TxBlock            94 fs/jfs/jfs_txnmgr.c struct tblock *TxBlock;	/* transaction block table */
TxBlock           271 fs/jfs/jfs_txnmgr.c 	TxBlock = vmalloc(size);
TxBlock           272 fs/jfs/jfs_txnmgr.c 	if (TxBlock == NULL)
TxBlock           276 fs/jfs/jfs_txnmgr.c 		TxBlock[k].next = k + 1;
TxBlock           277 fs/jfs/jfs_txnmgr.c 		init_waitqueue_head(&TxBlock[k].gcwait);
TxBlock           278 fs/jfs/jfs_txnmgr.c 		init_waitqueue_head(&TxBlock[k].waitor);
TxBlock           280 fs/jfs/jfs_txnmgr.c 	TxBlock[k].next = 0;
TxBlock           281 fs/jfs/jfs_txnmgr.c 	init_waitqueue_head(&TxBlock[k].gcwait);
TxBlock           282 fs/jfs/jfs_txnmgr.c 	init_waitqueue_head(&TxBlock[k].waitor);
TxBlock           298 fs/jfs/jfs_txnmgr.c 		vfree(TxBlock);
TxBlock           331 fs/jfs/jfs_txnmgr.c 	vfree(TxBlock);
TxBlock           332 fs/jfs/jfs_txnmgr.c 	TxBlock = NULL;
TxBlock          2716 fs/jfs/jfs_txnmgr.c 		txEnd(tblk - TxBlock);	/* Convert back to tid */
TxBlock            13 fs/jfs/jfs_txnmgr.h #define tid_to_tblock(tid) (&TxBlock[tid])
TxBlock            59 fs/jfs/jfs_txnmgr.h extern struct tblock *TxBlock;	/* transaction block table */