nohandlecache 575 fs/cifs/cifsglob.h bool nohandlecache:1; /* disable caching dir handles if srvr probs */ nohandlecache 1085 fs/cifs/cifsglob.h bool nohandlecache:1; /* if strange server resource prob can turn off */ nohandlecache 1865 fs/cifs/connect.c vol->nohandlecache = 1; nohandlecache 1868 fs/cifs/connect.c vol->nohandlecache = 0; nohandlecache 3577 fs/cifs/connect.c tcon->nohandlecache = volume_info->nohandlecache; nohandlecache 4129 fs/cifs/connect.c if (pvolume_info->nohandlecache) nohandlecache 5282 fs/cifs/connect.c vol_info->nohandlecache = master_tcon->nohandlecache; nohandlecache 446 fs/cifs/smb2inode.c bool no_cached_open = tcon->nohandlecache; nohandlecache 804 fs/cifs/smb2ops.c bool no_cached_open = tcon->nohandlecache;