Searched defs:smb_xa (Results 1 – 1 of 1) sorted by relevance
1983 typedef struct smb_xa { struct1984 list_node_t xa_lnd;1985 uint32_t xa_magic;1986 kmutex_t xa_mutex;1988 uint32_t xa_refcnt;1989 uint32_t xa_flags;1991 struct smb_session *xa_session;1993 unsigned char smb_com; /* which TRANS type */1994 unsigned char smb_flg; /* flags */1995 uint16_t smb_flg2; /* flags */[all …]