Searched refs:cqueue (Results 1 – 4 of 4) sorted by relevance
515 list_add_tail(&tblk->cqueue, &log->cqueue); in lmWriteRecord() 573 if (list_empty(&log->cqueue)) in lmNextPage() 576 tblk = list_entry(log->cqueue.prev, struct tblock, cqueue); in lmNextPage() 677 if ((!(log->cflag & logGC_PAGEOUT)) && (!list_empty(&log->cqueue)) && in lmGroupCommit() 752 gcpn = list_entry(log->cqueue.next, struct tblock, cqueue)->pn; in lmGCwrite() 754 list_for_each_entry(tblk, &log->cqueue, cqueue) { in lmGCwrite() [all...]
43 struct list_head cqueue; /* commit queue list */ member
386 struct list_head cqueue; /* FIFO commit queue */ member
2712 cqueue) { in jfs_lazycommit() 2730 list_del(&tblk->cqueue); in jfs_lazycommit() 2779 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); in txLazyUnlock()