Lines Matching refs:new_endoff
1000 uint64_t new_endoff; in xfs_rmap_convert() local
1012 new_endoff = offset + len; in xfs_rmap_convert()
1042 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert()
1052 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert()
1406 NEW.rm_offset = new_endoff; in xfs_rmap_convert()
1408 new_endoff; in xfs_rmap_convert()
1496 uint64_t new_endoff; in xfs_rmap_convert_shared() local
1508 new_endoff = offset + len; in xfs_rmap_convert_shared()
1527 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert_shared()
1537 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert_shared()
1833 NEW.rm_offset = new_endoff; in xfs_rmap_convert_shared()
1835 new_endoff; in xfs_rmap_convert_shared()