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.h1105 struct cifs_ses { struct
1106 struct list_head smb_ses_list;
1107 struct list_head rlist; /* reconnect list */
1108 struct list_head tcon_list;
1109 struct list_head dlist; /* dfs list */
1110 struct cifs_tcon *tcon_ipc;
1111 spinlock_t ses_lock; /* protect anything here that is not protected */
1112 struct mutex session_mutex;
1113 struct TCP_Server_Info *server; /* pointer to server info */
1114 int ses_count; /* reference counter */
[all …]