Searched defs:cifs_tcon (Results 1 – 1 of 1) sorted by relevance
1158 struct cifs_tcon { struct1159 struct list_head tcon_list;1160 int tc_count;1161 struct list_head rlist; /* reconnect list */1162 spinlock_t tc_lock; /* protect anything here that is not protected */1163 atomic_t num_local_opens; /* num of all opens including disconnected */1164 atomic_t num_remote_opens; /* num of all network opens on server */1165 struct list_head openFileList;1166 spinlock_t open_file_lock; /* protects list above */1167 struct cifs_ses *ses; /* pointer to session associated with */[all …]