Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifs_debug.c833 seq_printf(m, "%d\n", lookupCacheEnabled); in cifs_lookup_cache_proc_show()
847 rc = kstrtobool_from_user(buffer, count, &lookupCacheEnabled); in cifs_lookup_cache_proc_write()
Ddir.c773 if (time_after(jiffies, cifs_get_time(direntry) + HZ) || !lookupCacheEnabled)
Dcifsglob.h2011 extern bool lookupCacheEnabled;
Dcifsfs.c64 bool lookupCacheEnabled = true; variable
Dinode.c2295 if (!lookupCacheEnabled)