Searched defs:cifs_tcon (Results 1 – 1 of 1) sorted by relevance
1089 struct cifs_tcon { struct1090 struct list_head tcon_list;1091 int tc_count;1092 struct list_head rlist; /* reconnect list */1093 atomic_t num_local_opens; /* num of all opens including disconnected */1094 atomic_t num_remote_opens; /* num of all network opens on server */1095 struct list_head openFileList;1096 spinlock_t open_file_lock; /* protects list above */1097 struct cifs_ses *ses; /* pointer to session associated with */1098 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */[all …]