Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dfs_context.h213 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
Dfs_context.c1286 ctx->nohandlecache = 1; in smb3_fs_context_parse_param()
1288 ctx->nohandlecache = 0; in smb3_fs_context_parse_param()
1576 if (ctx->nohandlecache) in smb3_update_mnt_flags()
Dconnect.c2275 tcon->nohandlecache = ctx->nohandlecache; in cifs_get_tcon()
2277 tcon->nohandlecache = true; in cifs_get_tcon()
3912 ctx->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
Dcifsglob.h1058 bool nohandlecache:1; /* if strange server resource prob can turn off */ member
Dsmb2ops.c764 if (tcon->nohandlecache) in open_cached_dir()