lookupCacheEnabled  786 fs/cifs/cifs_debug.c 	seq_printf(m, "%d\n", lookupCacheEnabled);
lookupCacheEnabled  800 fs/cifs/cifs_debug.c 	rc = kstrtobool_from_user(buffer, count, &lookupCacheEnabled);
lookupCacheEnabled   72 fs/cifs/cifsfs.c bool lookupCacheEnabled = true;
lookupCacheEnabled 1895 fs/cifs/cifsglob.h extern bool lookupCacheEnabled;
lookupCacheEnabled  786 fs/cifs/dir.c  	if (time_after(jiffies, cifs_get_time(direntry) + HZ) || !lookupCacheEnabled)
lookupCacheEnabled 1909 fs/cifs/inode.c 	if (!lookupCacheEnabled)