freebsd-dev/sys/msdosfs
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
..
bootsect.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
bpb.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
denode.h Uncut&paste cache_lookup(). 1997-08-26 07:32:51 +00:00
direntry.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
fat.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
msdosfs_conv.c Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
msdosfs_denode.c Back out some incorrect changes that was worse than the original bug. 1997-08-26 04:36:27 +00:00
msdosfs_fat.c Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
msdosfs_lookup.c Uncut&paste cache_lookup(). 1997-08-26 07:32:51 +00:00
msdosfs_vfsops.c Fix all areas of the system (or at least all those in LINT) to avoid storing 1997-08-16 19:16:27 +00:00
msdosfs_vnops.c Uncut&paste cache_lookup(). 1997-08-26 07:32:51 +00:00
msdosfsmount.h Don't export kernel interfaces to applications. msdosfs_mount probably 1997-03-03 17:36:11 +00:00