NetBSD/sys/ufs/ext2fs
dholland b21c832176 Pass the ufs_lookup_results pointer around instead of fetching it from
the inode in the guts of ufs. Now, in VOPs where i_crap is used it is
used (directly) only immediately on entry to the VOP call and then
passed around by reference.

Except for rename, which needs explicit sorting out. The code in
ufs_wapbl_rename is unchanged in behavior but I'm increasingly
inclined to think it's wrong.
2011-07-12 16:59:48 +00:00
..
Makefile
ext2fs.h
ext2fs_alloc.c
ext2fs_balloc.c
ext2fs_bmap.c
ext2fs_bswap.c
ext2fs_dinode.h
ext2fs_dir.h
ext2fs_extern.h Pass the ufs_lookup_results pointer around instead of fetching it from 2011-07-12 16:59:48 +00:00
ext2fs_inode.c
ext2fs_lookup.c Pass the ufs_lookup_results pointer around instead of fetching it from 2011-07-12 16:59:48 +00:00
ext2fs_readwrite.c
ext2fs_subr.c
ext2fs_vfsops.c
ext2fs_vnops.c Pass the ufs_lookup_results pointer around instead of fetching it from 2011-07-12 16:59:48 +00:00