Searched refs:lastoffset (Results 1 – 1 of 1) sorted by relevance
1127 xfs_off_t lastoffset; in xfs_zero_remaining_bytes() local1145 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) { in xfs_zero_remaining_bytes()1164 lastoffset = XFS_FSB_TO_B(mp, imap.br_startoff + in xfs_zero_remaining_bytes()1169 lastoffset = XFS_FSB_TO_B(mp, imap.br_startoff + 1) - 1; in xfs_zero_remaining_bytes()1170 if (lastoffset > endoff) in xfs_zero_remaining_bytes()1171 lastoffset = endoff; in xfs_zero_remaining_bytes()1176 lastoffset - offset + 1, in xfs_zero_remaining_bytes()1193 0, lastoffset - offset + 1); in xfs_zero_remaining_bytes()