Home
last modified time | relevance | path

Searched defs:cifs_ses (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/fs/smb/client/
Dcifsglob.h1090 struct cifs_ses { struct
1091 struct list_head smb_ses_list;
1092 struct list_head rlist; /* reconnect list */
1093 struct list_head tcon_list;
1094 struct list_head dlist; /* dfs list */
1095 struct cifs_tcon *tcon_ipc;
1096 spinlock_t ses_lock; /* protect anything here that is not protected */
1097 struct mutex session_mutex;
1098 struct TCP_Server_Info *server; /* pointer to server info */
1099 int ses_count; /* reference counter */
[all …]