Searched defs:cifs_ses (Results 1 – 1 of 1) sorted by relevance
1095 struct cifs_ses { struct1096 struct list_head smb_ses_list;1097 struct list_head rlist; /* reconnect list */1098 struct list_head tcon_list;1099 struct list_head dlist; /* dfs list */1100 struct cifs_tcon *tcon_ipc;1101 spinlock_t ses_lock; /* protect anything here that is not protected */1102 struct mutex session_mutex;1103 struct TCP_Server_Info *server; /* pointer to server info */1104 int ses_count; /* reference counter */[all …]