Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h1192 struct cifs_tcon { struct
1193 struct list_head tcon_list;
1194 int debug_id; /* Debugging for tracing */
1195 int tc_count;
1196 struct list_head rlist; /* reconnect list */
1197 spinlock_t tc_lock; /* protect anything here that is not protected */
1198 atomic_t num_local_opens; /* num of all opens including disconnected */
1199 atomic_t num_remote_opens; /* num of all network opens on server */
1200 struct list_head openFileList;
1201 spinlock_t open_file_lock; /* protects list above */
[all …]