Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsglob.h1098 struct cifs_ses { struct
1099 struct list_head smb_ses_list;
1100 struct list_head rlist; /* reconnect list */
1101 struct list_head tcon_list;
1102 struct list_head dlist; /* dfs list */
1103 struct cifs_tcon *tcon_ipc;
1104 spinlock_t ses_lock; /* protect anything here that is not protected */
1105 struct mutex session_mutex;
1106 struct TCP_Server_Info *server; /* pointer to server info */
1107 int ses_count; /* reference counter */
[all …]