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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_txnmgr.c75 struct tblock *unlock_tail; /* Tail of unlock_queue */ member in struct:__anon3147
2779 TxAnchor.unlock_queue = TxAnchor.unlock_tail = 0;
2803 if (TxAnchor.unlock_tail == tblk)
2804 TxAnchor.unlock_tail = 0;
2842 if (TxAnchor.unlock_tail)
2843 TxAnchor.unlock_tail->cqnext = tblk;
2846 TxAnchor.unlock_tail = tblk;
3069 "unlock_tail = 0x%p\n",
3077 TxAnchor.unlock_tail);

Completed in 92 milliseconds