Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.c66 } TxAnchor; variable
185 if (!TxAnchor.freelock) { in txLockAlloc()
206 TxAnchor.freelock = lid; in txLockFree()
207 TxAnchor.tlocksInUse--; in txLockFree()
284 TxAnchor.freetid = 1; in txInit()
309 TxAnchor.freelock = 1; in txInit()
310 TxAnchor.tlocksInUse = 0; in txInit()
534 TxAnchor.freetid = tid; in txEnd()
2850 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce()
2938 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in jfs_sync()
[all …]