Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c367 static bool __read_frequently cache_fast_revlookup = true; variable
368 SYSCTL_BOOL(_vfs, OID_AUTO, cache_fast_revlookup, CTLFLAG_RW,
369 &cache_fast_revlookup, 0, "");
3247 if (!cache_fast_revlookup) { in vn_fullpath_any_smr()