NetBSD/sys/ufs/ext2fs
hannken 56074bee21 Change ext2fs to use vcache_new like we did for ffs:
- Change ext2fs_valloc to return an inode number.
- Make ext2fs_makeinode private to ext2fs_vnops.c and
  pass vattr instead of mode.
2017-05-28 16:38:55 +00:00
..
ext2fs_alloc.c Change ext2fs to use vcache_new like we did for ffs: 2017-05-28 16:38:55 +00:00
ext2fs_balloc.c
ext2fs_bmap.c
ext2fs_bswap.c
ext2fs_dinode.h Fix unsigned 2017-01-13 18:04:36 +00:00
ext2fs_dir.h
ext2fs_extents.c
ext2fs_extents.h
ext2fs_extern.h Change ext2fs to use vcache_new like we did for ffs: 2017-05-28 16:38:55 +00:00
ext2fs_hash.c
ext2fs_hash.h
ext2fs_htree.c
ext2fs_htree.h
ext2fs_inode.c Eliminate crusty debugging sludge. 2017-05-26 14:34:19 +00:00
ext2fs_lookup.c
ext2fs_readwrite.c
ext2fs_rename.c
ext2fs_subr.c
ext2fs_vfsops.c Change ext2fs to use vcache_new like we did for ffs: 2017-05-28 16:38:55 +00:00
ext2fs_vnops.c Change ext2fs to use vcache_new like we did for ffs: 2017-05-28 16:38:55 +00:00
ext2fs_xattr.c
ext2fs_xattr.h
ext2fs.h
Makefile