Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/client/
H A Dfs_context.h219 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
H A 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()
H A Dfs_context.c1452 ctx->nohandlecache = 1; in smb3_fs_context_parse_param()
1454 ctx->nohandlecache = 0; in smb3_fs_context_parse_param()
1756 if (ctx->nohandlecache) in smb3_update_mnt_flags()
H A Dcached_dir.c149 if (tcon == NULL || tcon->cfids == NULL || tcon->nohandlecache || in open_cached_dir()
H A Dcifsglob.h1216 bool nohandlecache:1; /* if strange server resource prob can turn off */ member
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c169 { Opt_nohandlecache, "nohandlecache" },
1626 vol->nohandlecache = 1; in cifs_parse_mount_options()
1629 vol->nohandlecache = 0; in cifs_parse_mount_options()
3407 tcon->nohandlecache = volume_info->nohandlecache; in cifs_get_tcon()
3409 tcon->nohandlecache = 1; in cifs_get_tcon()
3964 if (pvolume_info->nohandlecache) in cifs_setup_cifs_sb()
5119 vol_info->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
H A Dcifsglob.h583 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
1145 bool nohandlecache:1; /* if strange server resource prob can turn off */ member
H A Dsmb2inode.c530 bool no_cached_open = tcon->nohandlecache; in smb2_query_path_info()
H A Dsmb2ops.c859 bool no_cached_open = tcon->nohandlecache; in smb3_qfs_tcon()

Completed in 34 milliseconds