Home
last modified time | relevance | path

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

/linux/fs/jfs/
A Djfs_logmgr.c523 list_add_tail(&tblk->cqueue, &log->cqueue); in lmWriteRecord()
581 if (list_empty(&log->cqueue)) in lmNextPage()
584 tblk = list_entry(log->cqueue.prev, struct tblock, cqueue); in lmNextPage()
760 gcpn = list_entry(log->cqueue.next, struct tblock, cqueue)->pn; in lmGCwrite()
762 list_for_each_entry(tblk, &log->cqueue, cqueue) { in lmGCwrite()
825 list_for_each_entry_safe(tblk, temp, &log->cqueue, cqueue) { in lmPostGC()
837 list_del(&tblk->cqueue); in lmPostGC()
1270 INIT_LIST_HEAD(&log->cqueue); in lmLogInit()
1530 if (!list_empty(&log->cqueue)) { in jfs_flush_journal()
1535 target = list_entry(log->cqueue.prev, struct tblock, cqueue); in jfs_flush_journal()
[all …]
A Djfs_txnmgr.h43 struct list_head cqueue; /* commit queue list */ member
A Djfs_logmgr.h386 struct list_head cqueue; /* FIFO commit queue */ member
A Djfs_txnmgr.c2740 cqueue) { in jfs_lazycommit()
2758 list_del(&tblk->cqueue); in jfs_lazycommit()
2807 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); in txLazyUnlock()

Completed in 15 milliseconds