NetBSD/sys/ufs/ext2fs
riastradh d87eb92313 kmem_xyz(sizeof(struct foo)) --> kmem_xyz(sizeof(*foo))
No change to amd64 binary.
2017-07-30 14:23:54 +00:00
..
Makefile
ext2fs.h
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
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 kmem_xyz(sizeof(struct foo)) --> kmem_xyz(sizeof(*foo)) 2017-07-30 14:23:54 +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