Searched refs:lookupCacheEnabled (Results 1 – 5 of 5) sorted by relevance
841 seq_printf(m, "%d\n", lookupCacheEnabled); in cifs_lookup_cache_proc_show()855 rc = kstrtobool_from_user(buffer, count, &lookupCacheEnabled); in cifs_lookup_cache_proc_write()
766 if (time_after(jiffies, cifs_get_time(direntry) + HZ) || !lookupCacheEnabled) in cifs_d_revalidate()
1856 extern bool lookupCacheEnabled;
63 bool lookupCacheEnabled = true; variable
2221 if (!lookupCacheEnabled)