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

  /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_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,

Completed in 24 milliseconds