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