Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h1060 struct cifs_ses { struct
1061 struct list_head smb_ses_list;
1062 struct list_head rlist; /* reconnect list */
1063 struct list_head tcon_list;
1064 struct cifs_tcon *tcon_ipc;
1065 spinlock_t ses_lock; /* protect anything here that is not protected */
1066 struct mutex session_mutex;
1067 struct TCP_Server_Info *server; /* pointer to server info */
1068 int ses_count; /* reference counter */
1069 enum ses_status_enum ses_status; /* updates protected by cifs_tcp_ses_lock */
[all …]