Lines Matching defs:last
66 void *first, *last;
69 last = xfs_buf_offset(bp,
72 if (last - first != nbits * XFS_BLF_CHUNK)
364 * If we run out of bits fill in the last iovec and get out of
651 /* drop the bli ref and return if it wasn't the last one */
656 * We dropped the last ref and must free the item if clean or aborted.
754 * buf log item in the on disk log resides now that the last log
892 * Mark bytes first through last inclusive as dirty in the buf
898 uint last,
912 ASSERT(last < XFS_BLF_DATAMAP_SIZE * XFS_BLF_CHUNK * NBWORD);
918 last_bit = last >> XFS_BLF_SHIFT;
943 * of the last bit to be set in this word plus one.
966 * Finally, set any bits left to be set in one last partial word.
976 * Mark bytes first through last inclusive as dirty in the buf
983 uint last)
995 if (start > last)
1013 if (end > last)
1014 end = last;