Searched refs:lastoffset (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/xfs/
H A Dxfs_bmap_util.c1104 xfs_off_t lastoffset; xfs_zero_remaining_bytes() local
1122 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) { xfs_zero_remaining_bytes()
1136 lastoffset = XFS_FSB_TO_B(mp, imap.br_startoff + 1) - 1; xfs_zero_remaining_bytes()
1137 if (lastoffset > endoff) xfs_zero_remaining_bytes()
1138 lastoffset = endoff; xfs_zero_remaining_bytes()
1155 0, lastoffset - offset + 1); xfs_zero_remaining_bytes()

Completed in 73 milliseconds