Searched refs:lastoffset (Results 1 – 1 of 1) sorted by relevance
1104 xfs_off_t lastoffset; in xfs_zero_remaining_bytes() local1122 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) { in xfs_zero_remaining_bytes()1136 lastoffset = XFS_FSB_TO_B(mp, imap.br_startoff + 1) - 1; in xfs_zero_remaining_bytes()1137 if (lastoffset > endoff) in xfs_zero_remaining_bytes()1138 lastoffset = endoff; in xfs_zero_remaining_bytes()1155 0, lastoffset - offset + 1); in xfs_zero_remaining_bytes()