Home
last modified time | relevance | path

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

/linux-6.14.4/fs/smb/client/
Dcifsglob.h1227 struct cifs_tcon { struct
1228 struct list_head tcon_list;
1229 int debug_id; /* Debugging for tracing */
1230 int tc_count;
1231 struct list_head rlist; /* reconnect list */
1232 spinlock_t tc_lock; /* protect anything here that is not protected */
1233 atomic_t num_local_opens; /* num of all opens including disconnected */
1234 atomic_t num_remote_opens; /* num of all network opens on server */
1235 struct list_head openFileList;
1236 spinlock_t open_file_lock; /* protects list above */
[all …]