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.h1058 struct cifs_ses { struct
1059 struct list_head smb_ses_list;
1060 struct list_head rlist; /* reconnect list */
1061 struct list_head tcon_list;
1062 struct cifs_tcon *tcon_ipc;
1063 spinlock_t ses_lock; /* protect anything here that is not protected */
1064 struct mutex session_mutex;
1065 struct TCP_Server_Info *server; /* pointer to server info */
1066 int ses_count; /* reference counter */
1067 enum ses_status_enum ses_status; /* updates protected by cifs_tcp_ses_lock */
[all …]