Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c4219 static bool cache_fplookup_mp_supported(struct mount *mp);
5516 if (!cache_fplookup_mp_supported(mp)) { in cache_fplookup_symlink()
5589 cache_fplookup_mp_supported(struct mount *mp) in cache_fplookup_mp_supported() function
5646 if (!cache_fplookup_mp_supported(mp)) { in cache_fplookup_climb_mount()
5697 if (!cache_fplookup_mp_supported(mp)) { in cache_fplookup_cross_mount()
6192 if (__predict_false(mp == NULL || !cache_fplookup_mp_supported(mp))) { in cache_fplookup_impl()