NetBSD/sys/fs/msdosfs
chs e406c140eb add a genfs method to allow a file system to limit the range of pages
that are given to a single GOP_WRITE() call.  needed by ZFS.
2018-05-28 21:04:37 +00:00
..
Makefile
TODO
bootsect.h
bpb.h
denode.h
direntry.h
fat.h
files.msdosfs
msdosfs_conv.c
msdosfs_denode.c add a genfs method to allow a file system to limit the range of pages 2018-05-28 21:04:37 +00:00
msdosfs_fat.c Need strings.h for ffs() 2018-01-27 03:54:01 +00:00
msdosfs_lookup.c
msdosfs_unicode.c
msdosfs_vfsops.c relax sanity check. It's ok to have more FAT sectors than needed. 2017-11-27 15:02:05 +00:00
msdosfs_vnops.c Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
msdosfsmount.h