Lines Matching refs:new_endoff
944 uint64_t new_endoff; in xfs_rmap_convert() local
956 new_endoff = offset + len; in xfs_rmap_convert()
980 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert()
990 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert()
1288 NEW.rm_offset = new_endoff; in xfs_rmap_convert()
1290 new_endoff; in xfs_rmap_convert()
1369 uint64_t new_endoff; in xfs_rmap_convert_shared() local
1381 new_endoff = offset + len; in xfs_rmap_convert_shared()
1397 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert_shared()
1407 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert_shared()
1674 NEW.rm_offset = new_endoff; in xfs_rmap_convert_shared()
1676 new_endoff; in xfs_rmap_convert_shared()