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.c4220 static bool cache_fplookup_is_mp(struct cache_fpl *fpl);
4849 if (__predict_false(cache_fplookup_is_mp(fpl))) { in cache_fplookup_final_modifying()
5226 if (__predict_false(cache_fplookup_is_mp(fpl))) { in cache_fplookup_noentry()
5267 if (cache_fplookup_is_mp(fpl)) { in cache_fplookup_dot()
5582 if (cache_fplookup_is_mp(fpl)) { in cache_fplookup_next()
5730 cache_fplookup_is_mp(struct cache_fpl *fpl) in cache_fplookup_is_mp() function