Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dcifsglob.h1029 struct cifs_tcon { struct
1030 struct list_head tcon_list;
1031 int tc_count;
1032 struct list_head rlist; /* reconnect list */
1033 atomic_t num_local_opens; /* num of all opens including disconnected */
1034 atomic_t num_remote_opens; /* num of all network opens on server */
1035 struct list_head openFileList;
1036 spinlock_t open_file_lock; /* protects list above */
1037 struct cifs_ses *ses; /* pointer to session associated with */
1038 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */
[all …]