Lines Matching defs:last
404 /* Don't let a non-forced transaction take the last tblk */
423 tblk->next = tblk->last = tblk->xflag = tblk->flag = tblk->lsn = 0;
657 lid_t last;
658 for (last = jfs_ip->atlhead;
659 lid_to_tlock(last)->next != lid;
660 last = lid_to_tlock(last)->next) {
661 assert(last);
663 lid_to_tlock(last)->next = tlck->next;
665 jfs_ip->atltail = last;
671 lid_to_tlock(tblk->last)->next = lid;
675 tblk->last = lid;
739 lid_to_tlock(tblk->last)->next = lid;
743 tblk->last = lid;
966 tblk->next = tblk->last = 0;
1024 lid_to_tlock(tblk->last)->next = lid;
1028 tblk->last = lid;
1243 if (!tblk->last)
1244 tblk->last = jfs_ip->atltail;
1278 * lazy_commit thread doing the last iput() on the inode
1280 * commit the transaction synchronously, so the last iput
1563 * the last entry, so don't bother logging this
2355 * blocks will be freed from wmap at last reference
2423 * of last reference);
2668 tblk->next = tblk->last = 0;
2818 * this superblock, or if the last one we woke up hasn't started yet.