HomeSort by: relevance | last modified time | path
    Searched refs:cache_lookup_linked (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
namei.h 314 bool cache_lookup_linked(struct vnode *, const char *, size_t,
namei.src 306 bool cache_lookup_linked(struct vnode *, const char *, size_t,
  /src/sys/kern/
vfs_cache.c 657 cache_lookup_linked(struct vnode *dvp, const char *name, size_t namelen, function in typeref:typename:bool
767 * returned to us with another call to cache_lookup_linked() when
1091 * Try to cross a mount point. For use with cache_lookup_linked().
1097 return cache_lookup_linked(*dvp, cache_mp_name, cache_mp_nlen,
vfs_lookup.c 1335 * Good, now look for it in cache. cache_lookup_linked()
1340 if (!cache_lookup_linked(searchdir, cnp->cn_nameptr,

Completed in 14 milliseconds