TxLock             98 fs/jfs/jfs_txnmgr.c struct tlock *TxLock;	/* transaction lock table */
TxLock            191 fs/jfs/jfs_txnmgr.c 	TxAnchor.freelock = TxLock[lid].next;
TxLock            204 fs/jfs/jfs_txnmgr.c 	TxLock[lid].tid = 0;
TxLock            205 fs/jfs/jfs_txnmgr.c 	TxLock[lid].next = TxAnchor.freelock;
TxLock            296 fs/jfs/jfs_txnmgr.c 	TxLock = vmalloc(size);
TxLock            297 fs/jfs/jfs_txnmgr.c 	if (TxLock == NULL) {
TxLock            304 fs/jfs/jfs_txnmgr.c 		TxLock[k].next = k + 1;
TxLock            305 fs/jfs/jfs_txnmgr.c 	TxLock[k].next = 0;
TxLock            329 fs/jfs/jfs_txnmgr.c 	vfree(TxLock);
TxLock            330 fs/jfs/jfs_txnmgr.c 	TxLock = NULL;
TxLock             15 fs/jfs/jfs_txnmgr.h #define lid_to_tlock(lid) (&TxLock[lid])
TxLock             98 fs/jfs/jfs_txnmgr.h extern struct tlock *TxLock;	/* transaction lock table */