unlock_queue       62 fs/jfs/jfs_txnmgr.c 	struct list_head unlock_queue;	/* Txns waiting to be released */
unlock_queue      315 fs/jfs/jfs_txnmgr.c 	INIT_LIST_HEAD(&TxAnchor.unlock_queue);
unlock_queue     2740 fs/jfs/jfs_txnmgr.c 		while (!list_empty(&TxAnchor.unlock_queue)) {
unlock_queue     2742 fs/jfs/jfs_txnmgr.c 			list_for_each_entry(tblk, &TxAnchor.unlock_queue,
unlock_queue     2797 fs/jfs/jfs_txnmgr.c 	if (!list_empty(&TxAnchor.unlock_queue))
unlock_queue     2810 fs/jfs/jfs_txnmgr.c 	list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue);
unlock_queue     3018 fs/jfs/jfs_txnmgr.c 		       list_empty(&TxAnchor.unlock_queue) ? "" : "not ");