Searched defs:tblock (Results 1 – 1 of 1) sorted by relevance
20 struct tblock { struct27 u16 xflag; /* tx commit type */28 u16 flag; /* tx commit state */29 lid_t dummy; /* Must keep structures common */30 s32 lsn; /* recovery lsn */31 struct list_head synclist; /* logsynclist link */34 struct super_block *sb; /* super block */35 lid_t next; /* index of first tlock of tid */59 extern struct tblock *TxBlock; /* transaction block table */ argument