NetBSD/sys/ufs/ext2fs
assar bec71dc090 change vop_symlink and vop_mknod to return vpp (the created node)
refed, so that the caller can actually use it.  update callers and
file systems that implement these vnode operations
2001-07-24 15:39:30 +00:00
..
ext2fs_alloc.c Fix typo. s/extention/extension/ 2001-07-05 08:38:24 +00:00
ext2fs_balloc.c in ext2fs_balloc_range(), clear PG_RDONLY on pages which now have backing store. 2001-07-04 21:16:01 +00:00
ext2fs_bmap.c
ext2fs_bswap.c Need string.h for memset() prototype. 2000-07-24 00:23:10 +00:00
ext2fs_dinode.h
ext2fs_dir.h
ext2fs_extern.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ext2fs_inode.c accessible' only has one a'. 2001-06-19 12:52:20 +00:00
ext2fs_lookup.c MALLOC()/FREE() are not to be used for variable sized allocations. 2000-08-03 20:29:26 +00:00
ext2fs_readwrite.c min() -> MIN(), max() -> MAX(). 2001-02-27 04:37:44 +00:00
ext2fs_subr.c
ext2fs_vfsops.c use _KERNEL_OPT 2001-05-30 11:57:16 +00:00
ext2fs_vnops.c change vop_symlink and vop_mknod to return vpp (the created node) 2001-07-24 15:39:30 +00:00
ext2fs.h
Makefile