Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c3735 static bool cache_fplookup_is_mp(struct cache_fpl *fpl);
4363 if (__predict_false(cache_fplookup_is_mp(fpl))) { in cache_fplookup_final_modifying()
4704 if (__predict_false(cache_fplookup_is_mp(fpl))) { in cache_fplookup_noentry()
4740 if (cache_fplookup_is_mp(fpl)) { in cache_fplookup_dot()
5031 if (cache_fplookup_is_mp(fpl)) { in cache_fplookup_next()
5179 cache_fplookup_is_mp(struct cache_fpl *fpl) in cache_fplookup_is_mp() function