Searched refs:ent_offset (Results 1 – 1 of 1) sorted by relevance
5801 uint64_t ent_offset = DVA_MAPPING_GET_SRC_OFFSET(vimep); in load_indirect_ms_allocatable_tree() local5803 ASSERT3U(ent_offset, >=, msp->ms_start); in load_indirect_ms_allocatable_tree()5804 if (ent_offset >= msp->ms_start + msp->ms_size) in load_indirect_ms_allocatable_tree()5811 ASSERT3U(ent_offset + ent_len, <=, in load_indirect_ms_allocatable_tree()5813 range_tree_add(msp->ms_allocatable, ent_offset, ent_len); in load_indirect_ms_allocatable_tree()