NetBSD/sys/ufs/ext2fs
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
ext2fs.h
ext2fs_alloc.c {ffs_nodealloccg,ext2fs_nodealloccg,ext2fs_mapsearch}: use XOR and ffs() 2011-03-06 04:46:26 +00:00
ext2fs_balloc.c
ext2fs_bmap.c
ext2fs_bswap.c
ext2fs_dinode.h
ext2fs_dir.h
ext2fs_extern.h
ext2fs_inode.c Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to 2011-06-16 09:21:02 +00:00
ext2fs_lookup.c
ext2fs_readwrite.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ext2fs_subr.c
ext2fs_vfsops.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ext2fs_vnops.c Change vflushbuf() to return an error if a synchronous write fails. 2011-04-26 11:32:38 +00:00