Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifs_debug.c1001 seq_printf(m, "%d\n", lookupCacheEnabled); in cifs_lookup_cache_proc_show()
1015 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 Dcifsfs.c66 bool lookupCacheEnabled = true; variable