Searched refs:lastoffset (Results 1 – 1 of 1) sorted by relevance
1949 xfs_off_t lastoffset; in xfs_zero_remaining_bytes() local1975 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) { in xfs_zero_remaining_bytes()1983 lastoffset = XFS_FSB_TO_B(mp, imap.br_startoff + 1) - 1; in xfs_zero_remaining_bytes()1984 if (lastoffset > endoff) in xfs_zero_remaining_bytes()1985 lastoffset = endoff; in xfs_zero_remaining_bytes()2004 0, lastoffset - offset + 1); in xfs_zero_remaining_bytes()