freetid            54 fs/jfs/jfs_txnmgr.c 	int freetid;		/* index of a free tid structure */
freetid           284 fs/jfs/jfs_txnmgr.c 	TxAnchor.freetid = 1;
freetid           389 fs/jfs/jfs_txnmgr.c 	if ((t = TxAnchor.freetid) == 0) {
freetid           406 fs/jfs/jfs_txnmgr.c 	TxAnchor.freetid = tblk->next;
freetid           528 fs/jfs/jfs_txnmgr.c 	tblk->next = TxAnchor.freetid;
freetid           529 fs/jfs/jfs_txnmgr.c 	TxAnchor.freetid = tid;
freetid          3011 fs/jfs/jfs_txnmgr.c 		       TxAnchor.freetid,