Home
last modified time | relevance | path

Searched refs:freetid (Results 1 – 1 of 1) sorted by relevance

/linux/fs/jfs/
H A Djfs_txnmgr.c54 int freetid; /* index of a free tid structure */ member
285 TxAnchor.freetid = 1; in txInit()
395 if ((t = TxAnchor.freetid) == 0) { in txBegin()
412 TxAnchor.freetid = tblk->next; in txBegin()
534 tblk->next = TxAnchor.freetid; in txEnd()
535 TxAnchor.freetid = tid; in txEnd()
2982 TxAnchor.freetid, in jfs_txanchor_proc_show()