Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifsglob.h999 struct cifs_ses { struct
1000 struct list_head smb_ses_list;
1001 struct list_head rlist; /* reconnect list */
1002 struct list_head tcon_list;
1003 struct cifs_tcon *tcon_ipc;
1004 spinlock_t ses_lock; /* protect anything here that is not protected */
1005 struct mutex session_mutex;
1006 struct TCP_Server_Info *server; /* pointer to server info */
1007 int ses_count; /* reference counter */
1008 enum ses_status_enum ses_status; /* updates protected by cifs_tcp_ses_lock */
[all …]