NetBSD/sys/fs/msdosfs
chs 8975a0856f adjust the UBC mapping code to support non-vnode uvm_objects.
this means we can no longer look at the vnode size to determine how many
pages to request in a fault, which is good since for NFS the size can change
out from under us on the server anyway.  there's also a new flag UBC_UNMAP
for ubc_release(), so that the file system code can make the decision about
whether to cache mappings for files being used as executables.
2005-01-09 16:42:43 +00:00
..
Makefile
TODO
bootsect.h
bpb.h
denode.h
direntry.h
fat.h
files.msdosfs
msdosfs_conv.c
msdosfs_denode.c
msdosfs_fat.c
msdosfs_lookup.c
msdosfs_vfsops.c
msdosfs_vnops.c adjust the UBC mapping code to support non-vnode uvm_objects. 2005-01-09 16:42:43 +00:00
msdosfsmount.h