Lines Matching refs:tblock

107 struct tblock *TxBlock;	/* transaction block table */
164 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
166 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
168 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
170 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
173 struct tblock * tblk);
174 static void txForce(struct tblock * tblk);
175 static int txLog(struct jfs_log * log, struct tblock * tblk,
177 static void txUpdateMap(struct tblock * tblk);
178 static void txRelease(struct tblock * tblk);
179 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
283 size = sizeof(struct tblock) * nTxBlock; in txInit()
364 struct tblock *tblk; in txBegin()
502 struct tblock *tblk = tid_to_tblock(tid); in txEnd()
601 struct tblock *tblk; in txLock()
839 sizeof(struct tblock), 0); in txLock()
876 static void txRelease(struct tblock * tblk) in txRelease()
908 static void txUnlock(struct tblock * tblk) in txUnlock()
999 struct tblock *tblk; in txMaplock()
1143 struct tblock *tblk; in txCommit()
1381 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog()
1438 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in diLog()
1551 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dataLog()
1597 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog()
1700 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog()
2086 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in mapLog()
2225 static void txForce(struct tblock * tblk) in txForce()
2293 static void txUpdateMap(struct tblock * tblk) in txUpdateMap()
2440 struct tblock * tblk) in txAllocPMap()
2498 struct maplock * maplock, struct tblock * tblk, int maptype) in txFreeMap()
2646 struct tblock *tblk = tid_to_tblock(tid); in txAbort()
2699 static void txLazyCommit(struct tblock * tblk) in txLazyCommit()
2750 struct tblock *tblk; in jfs_lazycommit()
2821 void txLazyUnlock(struct tblock * tblk) in txLazyUnlock()