Lines Matching defs:first
83 * and the first dirty region.
310 * given log buf item. It fills the first entry with a buf log
768 * Mark bytes first through last inclusive as dirty in the buf
773 uint first,
787 ASSERT(first < XFS_BLF_DATAMAP_SIZE * XFS_BLF_CHUNK * NBWORD);
793 first_bit = first >> XFS_BLF_SHIFT;
802 * Get a pointer to the first word in the bitmap
809 * Calculate the starting bit in the first word.
814 * First set any bits in the first word of our range.
852 * Mark bytes first through last inclusive as dirty in the buf
858 uint first,
875 /* skip to the map that includes the first byte to log */
876 if (first > end) {
884 * offsets (e.g., the first byte of each segment is byte 0 of
887 if (first < start)
888 first = start;
891 xfs_buf_item_log_segment(first - start, end - start,