Searched refs:nohandlecache (Results 1 – 5 of 5) sorted by relevance
232 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
2600 bool nohandlecache; in cifs_get_tcon() local2621 nohandlecache = ctx->nohandlecache || !dir_cache_timeout; in cifs_get_tcon()2623 nohandlecache = true; in cifs_get_tcon()2624 tcon = tcon_info_alloc(!nohandlecache, netfs_trace_tcon_ref_new); in cifs_get_tcon()2629 tcon->nohandlecache = nohandlecache; in cifs_get_tcon()4131 ctx->nohandlecache = master_tcon->nohandlecache; in __cifs_construct_tcon()
1593 ctx->nohandlecache = 1; in smb3_fs_context_parse_param()1595 ctx->nohandlecache = 0; in smb3_fs_context_parse_param()1908 if (ctx->nohandlecache) in smb3_update_mnt_flags()
165 if (tcon == NULL || tcon->cfids == NULL || tcon->nohandlecache || in open_cached_dir()
1253 bool nohandlecache:1; /* if strange server resource prob can turn off */ member