Searched refs:ent_offset (Results 1 – 1 of 1) sorted by relevance
5915 uint64_t ent_offset = DVA_MAPPING_GET_SRC_OFFSET(vimep); in load_indirect_ms_allocatable_tree() local5917 ASSERT3U(ent_offset, >=, msp->ms_start); in load_indirect_ms_allocatable_tree()5918 if (ent_offset >= msp->ms_start + msp->ms_size) in load_indirect_ms_allocatable_tree()5925 ASSERT3U(ent_offset + ent_len, <=, in load_indirect_ms_allocatable_tree()5927 range_tree_add(msp->ms_allocatable, ent_offset, ent_len); in load_indirect_ms_allocatable_tree()