NetBSD/sys/ufs/ext2fs
hannken 54fa474e3e Change ffs to use vcache_new:
- Change ffs_valloc to return an inode number.
- Remove now obsolete UFS operations UFS_VALLOC and UFS_VFREE.
- Make ufs_makeinode private to ufs_vnops.c and pass vattr instead of mode.
2015-03-17 09:39:29 +00:00
..
Makefile
ext2fs.h Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
ext2fs_alloc.c
ext2fs_balloc.c Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
ext2fs_bmap.c
ext2fs_bswap.c
ext2fs_dinode.h
ext2fs_dir.h
ext2fs_extern.h Remove ext2fs_checkpath(). It is a relic from the pre-genfs_rename era. 2014-05-25 14:07:19 +00:00
ext2fs_inode.c Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
ext2fs_lookup.c Introduce two helper functions to centralise the namecache statistics 2014-06-03 19:30:29 +00:00
ext2fs_readwrite.c Do not uselessly include <sys/malloc.h>. 2014-11-09 18:23:28 +00:00
ext2fs_rename.c ext2fs_gro_genealogy: use vcache_get() to lookup DOTDOT. 2014-05-25 13:46:58 +00:00
ext2fs_subr.c Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
ext2fs_vfsops.c Change ffs to use vcache_new: 2015-03-17 09:39:29 +00:00
ext2fs_vnops.c Do not uselessly include <sys/malloc.h>. 2014-11-09 18:23:28 +00:00