Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.h232 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
H A Dconnect.c2592 bool nohandlecache; in cifs_get_tcon() local
2613 nohandlecache = ctx->nohandlecache || !dir_cache_timeout; in cifs_get_tcon()
2615 nohandlecache = true; in cifs_get_tcon()
2616 tcon = tcon_info_alloc(!nohandlecache, netfs_trace_tcon_ref_new); in cifs_get_tcon()
2621 tcon->nohandlecache = nohandlecache; in cifs_get_tcon()
4123 ctx->nohandlecache = master_tcon->nohandlecache; in __cifs_construct_tcon()
H A Dfs_context.c1589 ctx->nohandlecache = 1; in smb3_fs_context_parse_param()
1591 ctx->nohandlecache = 0; in smb3_fs_context_parse_param()
1904 if (ctx->nohandlecache) in smb3_update_mnt_flags()
H A Dcached_dir.c165 if (tcon == NULL || tcon->cfids == NULL || tcon->nohandlecache || in open_cached_dir()
H A Dcifsglob.h1251 bool nohandlecache:1; /* if strange server resource prob can turn off */ member