Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c76 struct tblock *unlock_tail; /* Tail of unlock_queue */ member
2711 TxAnchor.unlock_queue = TxAnchor.unlock_tail = 0; in jfs_lazycommit()
2735 if (TxAnchor.unlock_tail == tblk) in jfs_lazycommit()
2736 TxAnchor.unlock_tail = 0; in jfs_lazycommit()
2773 if (TxAnchor.unlock_tail) in txLazyUnlock()
2774 TxAnchor.unlock_tail->cqnext = tblk; in txLazyUnlock()
2777 TxAnchor.unlock_tail = tblk; in txLazyUnlock()
3019 TxAnchor.unlock_tail); in jfs_txanchor_read()