HomeSort by: relevance | last modified time | path
    Searched defs:cachefound (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/autofs/
autofs_vnops.c 208 int cachefound; local in function:autofs_lookup
224 cachefound = cache_lookup(dvp, cnp->cn_nameptr, cnp->cn_namelen,
226 if (cachefound && *vpp == NULLVP) {
230 } else if (cachefound) {
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 141 int cachefound, iswhiteout; local in function:tmpfs_lookup
169 cachefound = cache_lookup(dvp, cnp->cn_nameptr, cnp->cn_namelen,
175 if (cachefound && *vpp == NULLVP) {
179 } else if (cachefound) {
  /src/sys/nfs/
nfs_vnops.c 745 int cachefound; local in function:nfs_lookup
783 cachefound = cache_lookup_raw(dvp, cnp->cn_nameptr, cnp->cn_namelen,
787 if (cachefound) {

Completed in 14 milliseconds