Searched refs:cqueue (Results 1 – 4 of 4) sorted by relevance
/fs/jfs/ |
D | jfs_logmgr.c | 534 list_add_tail(&tblk->cqueue, &log->cqueue); in lmWriteRecord() 592 if (list_empty(&log->cqueue)) in lmNextPage() 595 tblk = list_entry(log->cqueue.prev, struct tblock, cqueue); in lmNextPage() 696 if ((!(log->cflag & logGC_PAGEOUT)) && (!list_empty(&log->cqueue)) && in lmGroupCommit() 771 gcpn = list_entry(log->cqueue.next, struct tblock, cqueue)->pn; in lmGCwrite() 773 list_for_each_entry(tblk, &log->cqueue, cqueue) { in lmGCwrite() 836 list_for_each_entry_safe(tblk, temp, &log->cqueue, cqueue) { in lmPostGC() 848 list_del(&tblk->cqueue); in lmPostGC() 902 if ((!list_empty(&log->cqueue)) && in lmPostGC() 1289 INIT_LIST_HEAD(&log->cqueue); in lmLogInit() [all …]
|
D | jfs_txnmgr.h | 56 struct list_head cqueue; /* commit queue list */ member
|
D | jfs_logmgr.h | 399 struct list_head cqueue; /* FIFO commit queue */ member
|
D | jfs_txnmgr.c | 2762 cqueue) { in jfs_lazycommit() 2780 list_del(&tblk->cqueue); in jfs_lazycommit() 2830 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); in txLazyUnlock()
|