Searched defs:cifs_ses (Results 1 – 1 of 1) sorted by relevance
1020 struct cifs_ses { struct1021 struct list_head smb_ses_list;1022 struct list_head rlist; /* reconnect list */1023 struct list_head tcon_list;1024 struct cifs_tcon *tcon_ipc;1025 spinlock_t ses_lock; /* protect anything here that is not protected */1026 struct mutex session_mutex;1027 struct TCP_Server_Info *server; /* pointer to server info */1028 int ses_count; /* reference counter */1029 enum ses_status_enum ses_status; /* updates protected by cifs_tcp_ses_lock */[all …]