Searched refs:cqueue (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_logmgr.c | 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() 752 gcpn = list_entry(log->cqueue.next, struct tblock, cqueue)->pn; in lmGCwrite() 754 list_for_each_entry(tblk, &log->cqueue, cqueue) { in lmGCwrite() 817 list_for_each_entry_safe(tblk, temp, &log->cqueue, cqueue) { in lmPostGC() 829 list_del(&tblk->cqueue); in lmPostGC() 1262 INIT_LIST_HEAD(&log->cqueue); in lmLogInit() 1522 if (!list_empty(&log->cqueue)) { in jfs_flush_journal() 1527 target = list_entry(log->cqueue.prev, struct tblock, cqueue); in jfs_flush_journal() [all …]
|
A D | jfs_txnmgr.h | 43 struct list_head cqueue; /* commit queue list */ member
|
A D | jfs_logmgr.h | 386 struct list_head cqueue; /* FIFO commit queue */ member
|
A D | jfs_txnmgr.c | 2706 cqueue) { in jfs_lazycommit() 2724 list_del(&tblk->cqueue); in jfs_lazycommit() 2773 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); in txLazyUnlock()
|
Completed in 14 milliseconds