Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/tmpfs/
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/
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()