Searched defs:cifs_tcon (Results 1 – 1 of 1) sorted by relevance
1002 struct cifs_tcon { struct1003 struct list_head tcon_list;1004 int tc_count;1005 struct list_head rlist; /* reconnect list */1006 atomic_t num_local_opens; /* num of all opens including disconnected */1007 atomic_t num_remote_opens; /* num of all network opens on server */1008 struct list_head openFileList;1009 spinlock_t open_file_lock; /* protects list above */1010 struct cifs_ses *ses; /* pointer to session associated with */1011 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */[all …]