Home
last modified time | relevance | path

Searched refs:cqnext (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.h56 struct tblock *cqnext; /* commit queue link */ member
Djfs_logmgr.c516 tblk->cqnext = NULL; in lmWriteRecord()
518 log->cqueue.tail->cqnext = tblk; in lmWriteRecord()
762 tblk = tblk->cqnext; in lmGCwrite()
828 log->cqueue.head = tblk->cqnext; in lmPostGC()
832 tblk->cqnext = 0; in lmPostGC()
Djfs_txnmgr.c2733 TxAnchor.unlock_queue = tblk->cqnext; in jfs_lazycommit()
2734 tblk->cqnext = 0; in jfs_lazycommit()
2774 TxAnchor.unlock_tail->cqnext = tblk; in txLazyUnlock()
2778 tblk->cqnext = 0; in txLazyUnlock()