Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dconnect.c1830 vol->nohandlecache = 1; in cifs_parse_mount_options()
1833 vol->nohandlecache = 0; in cifs_parse_mount_options()
3538 tcon->nohandlecache = volume_info->nohandlecache; in cifs_get_tcon()
4088 if (pvolume_info->nohandlecache) in cifs_setup_cifs_sb()
5229 vol_info->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
Dcifsglob.h575 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
1085 bool nohandlecache:1; /* if strange server resource prob can turn off */ member
Dsmb2inode.c446 bool no_cached_open = tcon->nohandlecache; in smb2_query_path_info()
Dsmb2ops.c805 bool no_cached_open = tcon->nohandlecache; in smb3_qfs_tcon()