Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifs_debug.c996 seq_printf(m, "%d\n", lookupCacheEnabled); in cifs_lookup_cache_proc_show()
1010 rc = kstrtobool_from_user(buffer, count, &lookupCacheEnabled); in cifs_lookup_cache_proc_write()
H A Ddir.c806 if (time_after(jiffies, cifs_get_time(direntry) + HZ) || !lookupCacheEnabled)
H A Dcifsglob.h2090 extern bool lookupCacheEnabled;
H A Dcifsfs.c65 bool lookupCacheEnabled = true; variable
H A Dinode.c2501 if (!lookupCacheEnabled)