Home
last modified time | relevance | path

Searched refs:nohandlecache (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dfs_context.h276 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
H A Dconnect.c2674 bool nohandlecache; in cifs_get_tcon() local
2695 nohandlecache = ctx->nohandlecache || !dir_cache_timeout; in cifs_get_tcon()
2697 nohandlecache = true; in cifs_get_tcon()
2698 tcon = tcon_info_alloc(!nohandlecache, netfs_trace_tcon_ref_new); in cifs_get_tcon()
2703 tcon->nohandlecache = nohandlecache; in cifs_get_tcon()
4387 ctx->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
H A Dfs_context.c1762 ctx->nohandlecache = 1; in smb3_fs_context_parse_param()
1764 ctx->nohandlecache = 0; in smb3_fs_context_parse_param()
2120 if (ctx->nohandlecache) in smb3_update_mnt_flags()
H A Dcifsglob.h1265 bool nohandlecache:1; /* if strange server resource prob can turn off */ member