Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_cache.c4122 static bool cache_fplookup_mp_supported(struct mount *mp);
5419 if (!cache_fplookup_mp_supported(mp)) { in cache_fplookup_symlink()
5492 cache_fplookup_mp_supported(struct mount *mp) in cache_fplookup_mp_supported() function
5549 if (!cache_fplookup_mp_supported(mp)) { in cache_fplookup_climb_mount()
5600 if (!cache_fplookup_mp_supported(mp)) { in cache_fplookup_cross_mount()
6095 if (__predict_false(mp == NULL || !cache_fplookup_mp_supported(mp))) { in cache_fplookup_impl()