Lines Matching refs:tblock
94 struct tblock *TxBlock; /* transaction block table */
151 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
153 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
155 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
157 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
160 struct tblock * tblk);
161 static void txForce(struct tblock * tblk);
162 static int txLog(struct jfs_log * log, struct tblock * tblk,
164 static void txUpdateMap(struct tblock * tblk);
165 static void txRelease(struct tblock * tblk);
166 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
270 size = sizeof(struct tblock) * nTxBlock; in txInit()
351 struct tblock *tblk; in txBegin()
489 struct tblock *tblk = tid_to_tblock(tid); in txEnd()
588 struct tblock *tblk; in txLock()
826 sizeof(struct tblock), 0); in txLock()
863 static void txRelease(struct tblock * tblk) in txRelease()
895 static void txUnlock(struct tblock * tblk) in txUnlock()
986 struct tblock *tblk; in txMaplock()
1130 struct tblock *tblk; in txCommit()
1368 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog()
1425 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in diLog()
1538 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dataLog()
1584 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog()
1687 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog()
2070 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in mapLog()
2209 static void txForce(struct tblock * tblk) in txForce()
2277 static void txUpdateMap(struct tblock * tblk) in txUpdateMap()
2424 struct tblock * tblk) in txAllocPMap()
2482 struct maplock * maplock, struct tblock * tblk, int maptype) in txFreeMap()
2629 struct tblock *tblk = tid_to_tblock(tid); in txAbort()
2682 static void txLazyCommit(struct tblock * tblk) in txLazyCommit()
2733 struct tblock *tblk; in jfs_lazycommit()
2804 void txLazyUnlock(struct tblock * tblk) in txLazyUnlock()