Home
last modified time | relevance | path

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

/fs/smb/client/
A Dcifs_debug.c1057 seq_printf(m, "%d\n", lookupCacheEnabled); in cifs_lookup_cache_proc_show()
1071 rc = kstrtobool_from_user(buffer, count, &lookupCacheEnabled); in cifs_lookup_cache_proc_write()
A Ddir.c832 if (time_after(jiffies, cifs_get_time(direntry) + HZ) || !lookupCacheEnabled)
A Dcifsglob.h2099 extern bool lookupCacheEnabled;
A Dcifsfs.c66 bool lookupCacheEnabled = true; variable
A Dinode.c2638 if (!lookupCacheEnabled)

Completed in 24 milliseconds