Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifsglob.h1018 struct cifs_ses { struct
1019 struct list_head smb_ses_list;
1020 struct list_head rlist; /* reconnect list */
1021 struct list_head tcon_list;
1022 struct cifs_tcon *tcon_ipc;
1023 spinlock_t ses_lock; /* protect anything here that is not protected */
1024 struct mutex session_mutex;
1025 struct TCP_Server_Info *server; /* pointer to server info */
1026 int ses_count; /* reference counter */
1027 enum ses_status_enum ses_status; /* updates protected by cifs_tcp_ses_lock */
[all …]