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