Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2inode.c56 (tcon->nohandlecache == false)) { in smb2_open_op_close()
Dconnect.c1537 vol->nohandlecache = 1; in cifs_parse_mount_options()
1540 vol->nohandlecache = 0; in cifs_parse_mount_options()
3131 tcon->nohandlecache = volume_info->nohandlecache; in cifs_get_tcon()
3684 if (pvolume_info->nohandlecache) in cifs_setup_cifs_sb()
4463 vol_info->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
Dcifsglob.h536 bool nohandlecache:1; /* disable caching dir handles if srvr probs */ member
977 bool nohandlecache:1; /* if strange server resource prob can turn off */ member
Dsmb2ops.c549 bool no_cached_open = tcon->nohandlecache; in smb3_qfs_tcon()