Lines Matching refs:new_endoff
1045 uint64_t new_endoff; in xfs_rmap_convert() local
1057 new_endoff = offset + len; in xfs_rmap_convert()
1080 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert()
1090 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert()
1444 NEW.rm_offset = new_endoff; in xfs_rmap_convert()
1446 new_endoff; in xfs_rmap_convert()
1534 uint64_t new_endoff; in xfs_rmap_convert_shared() local
1546 new_endoff = offset + len; in xfs_rmap_convert_shared()
1565 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert_shared()
1575 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert_shared()
1871 NEW.rm_offset = new_endoff; in xfs_rmap_convert_shared()
1873 new_endoff; in xfs_rmap_convert_shared()