Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c75 struct tblock *unlock_queue; /* Txns waiting to be released */ member
2711 TxAnchor.unlock_queue = TxAnchor.unlock_tail = 0; in jfs_lazycommit()
2721 while ((tblk = TxAnchor.unlock_queue)) { in jfs_lazycommit()
2733 TxAnchor.unlock_queue = tblk->cqnext; in jfs_lazycommit()
2760 if (TxAnchor.unlock_queue) in jfs_lazycommit()
2776 TxAnchor.unlock_queue = tblk; in txLazyUnlock()
3018 TxAnchor.unlock_queue, in jfs_txanchor_read()