Home
last modified time | relevance | path

Searched refs:tree_conns (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/smb/server/mgmt/
H A Dtree_connect.c81 ret = xa_err(xa_store(&sess->tree_conns, tree_conn->id, tree_conn, in ksmbd_tree_conn_connect()
117 xa_erase(&sess->tree_conns, tree_conn->id); in ksmbd_tree_conn_disconnect()
137 tcon = xa_load(&sess->tree_conns, id); in ksmbd_tree_conn_lookup()
158 xa_for_each(&sess->tree_conns, id, tc) { in ksmbd_tree_conn_session_logoff()
170 xa_destroy(&sess->tree_conns); in ksmbd_tree_conn_session_logoff()
H A Duser_session.h53 struct xarray tree_conns; member
H A Duser_session.c380 xa_init(&sess->tree_conns); in __session_create()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c101 if (xa_empty(&work->sess->tree_conns)) { in smb2_get_ksmbd_tcon()