Searched defs:cifs_ses (Results 1 – 1 of 1) sorted by relevance
1040 struct cifs_ses { struct1041 struct list_head smb_ses_list;1042 struct list_head rlist; /* reconnect list */1043 struct list_head tcon_list;1044 struct cifs_tcon *tcon_ipc;1045 spinlock_t ses_lock; /* protect anything here that is not protected */1046 struct mutex session_mutex;1047 struct TCP_Server_Info *server; /* pointer to server info */1048 int ses_count; /* reference counter */1049 enum ses_status_enum ses_status; /* updates protected by cifs_tcp_ses_lock */[all …]