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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.c522 list_add_tail(&tblk->cqueue, &log->cqueue);
580 if (list_empty(&log->cqueue))
583 tblk = list_entry(log->cqueue.prev, struct tblock, cqueue);
684 if ((!(log->cflag & logGC_PAGEOUT)) && (!list_empty(&log->cqueue)) &&
759 gcpn = list_entry(log->cqueue.next, struct tblock, cqueue)->pn;
761 list_for_each_entry(tblk, &log->cqueue, cqueue) {
[all...]
H A Djfs_txnmgr.h56 struct list_head cqueue; /* commit queue list */ member in struct:tblock
H A Djfs_logmgr.h399 struct list_head cqueue; /* FIFO commit queue */ member in struct:jfs_log
H A Djfs_txnmgr.c2734 cqueue) {
2752 list_del(&tblk->cqueue);
2802 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue);

Completed in 95 milliseconds