Lines Matching refs:last
423 tblk->next = tblk->last = tblk->xflag = tblk->flag = tblk->lsn = 0; in txBegin()
657 lid_t last; in txLock() local
658 for (last = jfs_ip->atlhead; in txLock()
659 lid_to_tlock(last)->next != lid; in txLock()
660 last = lid_to_tlock(last)->next) { in txLock()
661 assert(last); in txLock()
663 lid_to_tlock(last)->next = tlck->next; in txLock()
665 jfs_ip->atltail = last; in txLock()
671 lid_to_tlock(tblk->last)->next = lid; in txLock()
675 tblk->last = lid; in txLock()
739 lid_to_tlock(tblk->last)->next = lid; in txLock()
743 tblk->last = lid; in txLock()
966 tblk->next = tblk->last = 0; in txUnlock()
1024 lid_to_tlock(tblk->last)->next = lid; in txMaplock()
1028 tblk->last = lid; in txMaplock()
1243 if (!tblk->last) in txCommit()
1244 tblk->last = jfs_ip->atltail; in txCommit()
2668 tblk->next = tblk->last = 0; in txAbort()