freebsd-nq/sys/isofs/cd9660
Poul-Henning Kamp 0fa2443f0e Uncut&paste cache_lookup().
This unifies several times in theory indentical 50 lines of code.

The filesystems have a new method: vop_cachedlookup, which is the
meat of the lookup, and use vfs_cache_lookup() for their vop_lookup
method.  vfs_cache_lookup() will check the namecache and pass on
to the vop_cachedlookup method in case of a miss.

It's still the task of the individual filesystems to populate the
namecache with cache_enter().

Filesystems that do not use the namecache will just provide the
vop_lookup method as usual.
1997-08-26 07:32:51 +00:00
..
cd9660_bmap.c
cd9660_lookup.c Uncut&paste cache_lookup(). 1997-08-26 07:32:51 +00:00
cd9660_mount.h
cd9660_node.c
cd9660_node.h Uncut&paste cache_lookup(). 1997-08-26 07:32:51 +00:00
cd9660_rrip.c
cd9660_rrip.h
cd9660_util.c
cd9660_vfsops.c
cd9660_vnops.c Uncut&paste cache_lookup(). 1997-08-26 07:32:51 +00:00
iso_rrip.h
iso.h
TODO
TODO.hibler