Searched refs:nohandlecache (Results 1 – 4 of 4) sorted by relevance
276 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
2665 bool nohandlecache; in cifs_get_tcon() local2686 nohandlecache = ctx->nohandlecache || !dir_cache_timeout; in cifs_get_tcon()2688 nohandlecache = true; in cifs_get_tcon()2689 tcon = tcon_info_alloc(!nohandlecache, netfs_trace_tcon_ref_new); in cifs_get_tcon()2694 tcon->nohandlecache = nohandlecache; in cifs_get_tcon()4372 ctx->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
1698 ctx->nohandlecache = 1; in smb3_fs_context_parse_param()1700 ctx->nohandlecache = 0; in smb3_fs_context_parse_param()2071 if (ctx->nohandlecache) in smb3_update_mnt_flags()
1288 bool nohandlecache:1; /* if strange server resource prob can turn off */ member