Searched refs:tree_conns (Results 1 – 4 of 4) sorted by relevance
83 ret = xa_err(xa_store(&sess->tree_conns, tree_conn->id, tree_conn, in ksmbd_tree_conn_connect()119 xa_erase(&sess->tree_conns, tree_conn->id); in ksmbd_tree_conn_disconnect()139 tcon = xa_load(&sess->tree_conns, id); in ksmbd_tree_conn_lookup()160 xa_for_each(&sess->tree_conns, id, tc) { in ksmbd_tree_conn_session_logoff()172 xa_destroy(&sess->tree_conns); in ksmbd_tree_conn_session_logoff()
53 struct xarray tree_conns; member
415 xa_init(&sess->tree_conns); in __session_create()
103 if (xa_empty(&work->sess->tree_conns)) { in smb2_get_ksmbd_tcon()