Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c4190 static bool cache_fplookup_is_mp(struct cache_fpl *fpl);
4819 if (__predict_false(cache_fplookup_is_mp(fpl))) { in cache_fplookup_final_modifying()
5196 if (__predict_false(cache_fplookup_is_mp(fpl))) { in cache_fplookup_noentry()
5237 if (cache_fplookup_is_mp(fpl)) { in cache_fplookup_dot()
5552 if (cache_fplookup_is_mp(fpl)) { in cache_fplookup_next()
5700 cache_fplookup_is_mp(struct cache_fpl *fpl) in cache_fplookup_is_mp() function