Lines Matching refs:new_endoff
936 uint64_t new_endoff; in xfs_rmap_convert() local
948 new_endoff = offset + len; in xfs_rmap_convert()
972 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert()
982 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert()
1280 NEW.rm_offset = new_endoff; in xfs_rmap_convert()
1282 new_endoff; in xfs_rmap_convert()
1361 uint64_t new_endoff; in xfs_rmap_convert_shared() local
1373 new_endoff = offset + len; in xfs_rmap_convert_shared()
1389 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert_shared()
1399 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert_shared()
1666 NEW.rm_offset = new_endoff; in xfs_rmap_convert_shared()
1668 new_endoff; in xfs_rmap_convert_shared()