Searched refs:nohandlecache (Results 1 – 5 of 5) sorted by relevance
219 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
2478 bool nohandlecache; in cifs_get_tcon() local2499 nohandlecache = ctx->nohandlecache; in cifs_get_tcon()2501 nohandlecache = true; in cifs_get_tcon()2502 tcon = tcon_info_alloc(!nohandlecache); in cifs_get_tcon()2507 tcon->nohandlecache = nohandlecache; in cifs_get_tcon()3938 ctx->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
1424 ctx->nohandlecache = 1; in smb3_fs_context_parse_param()1426 ctx->nohandlecache = 0; in smb3_fs_context_parse_param()1728 if (ctx->nohandlecache) in smb3_update_mnt_flags()
149 if (tcon == NULL || tcon->cfids == NULL || tcon->nohandlecache || in open_cached_dir()
1186 bool nohandlecache:1; /* if strange server resource prob can turn off */ member