Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dfs_context.h219 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
Dconnect.c2520 bool nohandlecache; in cifs_get_tcon() local
2541 nohandlecache = ctx->nohandlecache; in cifs_get_tcon()
2543 nohandlecache = true; in cifs_get_tcon()
2544 tcon = tcon_info_alloc(!nohandlecache); in cifs_get_tcon()
2549 tcon->nohandlecache = nohandlecache; in cifs_get_tcon()
3994 ctx->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
Dfs_context.c1435 ctx->nohandlecache = 1; in smb3_fs_context_parse_param()
1437 ctx->nohandlecache = 0; in smb3_fs_context_parse_param()
1739 if (ctx->nohandlecache) in smb3_update_mnt_flags()
Dcached_dir.c149 if (tcon == NULL || tcon->cfids == NULL || tcon->nohandlecache || in open_cached_dir()
Dcifsglob.h1215 bool nohandlecache:1; /* if strange server resource prob can turn off */ member