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