Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.h276 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
H A Dconnect.c2685 bool nohandlecache; in cifs_get_tcon() local
2706 nohandlecache = ctx->nohandlecache || !dir_cache_timeout; in cifs_get_tcon()
2708 nohandlecache = true; in cifs_get_tcon()
2709 tcon = tcon_info_alloc(!nohandlecache, netfs_trace_tcon_ref_new); in cifs_get_tcon()
2714 tcon->nohandlecache = nohandlecache; in cifs_get_tcon()
4235 ctx->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
H A Dcifsglob.h1255 bool nohandlecache:1; /* if strange server resource prob can turn off */ member