Lines Matching defs:last
603 xfs_fileoff_t last; /* last file offset */
606 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK)))
608 rval = XFS_FSB_TO_B(args->dp->i_mount, last) == args->geo->blksize;
625 xfs_fileoff_t last; /* last file offset */
628 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK)))
630 *vp = last == args->geo->leafblk + args->geo->fsbcount;
688 * If the block isn't the last one in the directory, we're done.
704 * Set the size to the new last block.