Home
last modified time | relevance | path

Searched refs:cachefound (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/autofs/
H A Dautofs_vnops.c208 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 Dtmpfs_vnops.c141 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 Dnfs_vnops.c745 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()