Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dcifs_debug.c824 seq_printf(m, "%d\n", lookupCacheEnabled); in cifs_lookup_cache_proc_show()
838 rc = kstrtobool_from_user(buffer, count, &lookupCacheEnabled); in cifs_lookup_cache_proc_write()
Ddir.c802 if (time_after(jiffies, cifs_get_time(direntry) + HZ) || !lookupCacheEnabled) in cifs_d_revalidate()
Dcifsfs.c72 bool lookupCacheEnabled = true; variable
Dcifsglob.h1952 extern bool lookupCacheEnabled;
Dinode.c2191 if (!lookupCacheEnabled)