Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c1127 xfs_off_t lastoffset; in xfs_zero_remaining_bytes() local
1145 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()