Home
last modified time | relevance | path

Searched defs:cifs_tcon (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/fs/smb/client/
Dcifsglob.h1172 struct cifs_tcon { struct
1173 struct list_head tcon_list;
1174 int tc_count;
1175 struct list_head rlist; /* reconnect list */
1176 spinlock_t tc_lock; /* protect anything here that is not protected */
1177 atomic_t num_local_opens; /* num of all opens including disconnected */
1178 atomic_t num_remote_opens; /* num of all network opens on server */
1179 struct list_head openFileList;
1180 spinlock_t open_file_lock; /* protects list above */
1181 struct cifs_ses *ses; /* pointer to session associated with */
[all …]