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

/linux-master/fs/smb/client/
H A Dfs_context.h232 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member in struct:smb3_fs_context
H A Dconnect.c2529 bool nohandlecache; local
2550 nohandlecache = ctx->nohandlecache;
2552 nohandlecache = true;
2553 tcon = tcon_info_alloc(!nohandlecache, netfs_trace_tcon_ref_new);
2558 tcon->nohandlecache = nohandlecache;
4023 ctx->nohandlecache = master_tcon->nohandlecache;
H A Dfs_context.c1515 ctx->nohandlecache = 1;
1517 ctx->nohandlecache = 0;
1830 if (ctx->nohandlecache)
H A Dcached_dir.c150 if (tcon == NULL || tcon->cfids == NULL || tcon->nohandlecache ||
H A Dcifsglob.h1250 bool nohandlecache:1; /* if strange server resource prob can turn off */ member in struct:cifs_tcon

Completed in 169 milliseconds