Searched defs:smb_xa (Results 1 – 1 of 1) sorted by relevance
1773 typedef struct smb_xa { struct1774 list_node_t xa_lnd;1775 uint32_t xa_magic;1776 kmutex_t xa_mutex;1778 uint32_t xa_refcnt;1779 uint32_t xa_flags;1781 struct smb_session *xa_session;1783 unsigned char smb_com; /* which TRANS type */1784 unsigned char smb_flg; /* flags */1785 uint16_t smb_flg2; /* flags */[all …]