Searched defs:tblock (Results 1 – 1 of 1) sorted by relevance
33 struct tblock { struct40 u16 xflag; /* tx commit type */41 u16 flag; /* tx commit state */42 lid_t dummy; /* Must keep structures common */43 s32 lsn; /* recovery lsn */44 struct list_head synclist; /* logsynclist link */47 struct super_block *sb; /* super block */48 lid_t next; /* index of first tlock of tid */72 extern struct tblock *TxBlock; /* transaction block table */ argument