Searched refs:cache_drop_and_cache (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/kern/ |
H A D | vfs_nlookup.c | 370 cache_drop_and_cache(&nd->nl_nch, nd->nl_elmno); in nlookup_done() 374 cache_drop_and_cache(&nd->nl_rootnch, 0); in nlookup_done() 376 cache_drop_and_cache(&nd->nl_jailnch, 0); in nlookup_done() 606 cache_drop_and_cache(&nd->nl_nch, 0); in nlookup() 844 cache_drop_and_cache(&par, nd->nl_elmno - 1); in nlookup() 938 cache_drop_and_cache(&nch, nd->nl_elmno); in nlookup() 954 cache_drop_and_cache(&nch, nd->nl_elmno); in nlookup() 1051 cache_drop_and_cache(&nch, nd->nl_elmno); in nlookup() 1115 cache_drop_and_cache(&nch, nd->nl_elmno); in nlookup() 1159 cache_drop_and_cache(&nd->nl_nch, nd->nl_elmno); in nlookup() [all …]
|
H A D | vfs_cache.c | 1032 cache_drop_and_cache(struct nchandle *nch, int elmno) in cache_drop_and_cache() function
|
/dflybsd-src/sys/sys/ |
H A D | namecache.h | 241 void cache_drop_and_cache(struct nchandle *nch, int elmno);
|