Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dcifs_debug.c844 seq_printf(m, "%d\n", lookupCacheEnabled); in cifs_lookup_cache_proc_show()
858 rc = kstrtobool_from_user(buffer, count, &lookupCacheEnabled); in cifs_lookup_cache_proc_write()
A Ddir.c783 if (time_after(jiffies, cifs_get_time(direntry) + HZ) || !lookupCacheEnabled)
A Dcifsglob.h2009 extern bool lookupCacheEnabled;
A Dcifsfs.c65 bool lookupCacheEnabled = true; variable
A Dinode.c2297 if (!lookupCacheEnabled)

Completed in 24 milliseconds