Home
last modified time | relevance | path

Searched defs:tblock (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.h20 struct tblock { struct
27 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