Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dfs_context.h218 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
A Dfs_context.c1361 ctx->nohandlecache = 1; in smb3_fs_context_parse_param()
1363 ctx->nohandlecache = 0; in smb3_fs_context_parse_param()
1664 if (ctx->nohandlecache) in smb3_update_mnt_flags()
A Dcached_dir.c129 if (tcon == NULL || tcon->cfids == NULL || tcon->nohandlecache || in open_cached_dir()
A Dconnect.c2552 tcon->nohandlecache = ctx->nohandlecache; in cifs_get_tcon()
2554 tcon->nohandlecache = true; in cifs_get_tcon()
3800 ctx->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
A Dcifsglob.h1200 bool nohandlecache:1; /* if strange server resource prob can turn off */ member

Completed in 25 milliseconds