Searched refs:cachefound (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/fs/autofs/ |
| H A D | autofs_vnops.c | 208 int cachefound; in autofs_lookup() local 224 cachefound = cache_lookup(dvp, cnp->cn_nameptr, cnp->cn_namelen, in autofs_lookup() 226 if (cachefound && *vpp == NULLVP) { in autofs_lookup() 230 } else if (cachefound) { in autofs_lookup()
|
| /netbsd-src/sys/fs/tmpfs/ |
| H A D | tmpfs_vnops.c | 141 int cachefound, iswhiteout; in tmpfs_lookup() local 169 cachefound = cache_lookup(dvp, cnp->cn_nameptr, cnp->cn_namelen, in tmpfs_lookup() 175 if (cachefound && *vpp == NULLVP) { in tmpfs_lookup() 179 } else if (cachefound) { in tmpfs_lookup()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_vnops.c | 745 int cachefound; in nfs_lookup() local 783 cachefound = cache_lookup_raw(dvp, cnp->cn_nameptr, cnp->cn_namelen, in nfs_lookup() 787 if (cachefound) { in nfs_lookup()
|