NetBSD/sys/fs/msdosfs
hannken d296304e60 Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to
ubc_zerorange(struct uvm_object *, off_t, size_t, int) changing
the first argument to an uvm_object and adding a flags argument.

Modify tmpfs_reg_resize() to zero the backing store (aobj) instead
of the vnode.  Ubc_purge() no longer panics when unmounting tmpfs.

Keep uvm_vnp_zerorange() until the next kernel version bump.
2011-06-16 09:21:02 +00:00
..
Makefile
TODO
bootsect.h
bpb.h
denode.h Msdosfs on-disk meta data is not sufficient to create or validate file handles. 2011-04-04 19:16:58 +00:00
direntry.h
fat.h
files.msdosfs
msdosfs_conv.c
msdosfs_denode.c Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to 2011-06-16 09:21:02 +00:00
msdosfs_fat.c
msdosfs_lookup.c
msdosfs_vfsops.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
msdosfs_vnops.c Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to 2011-06-16 09:21:02 +00:00
msdosfsmount.h