Searched refs:ent_offset (Results 1 – 1 of 1) sorted by relevance
6663 uint64_t ent_offset = DVA_MAPPING_GET_SRC_OFFSET(vimep); in load_indirect_ms_allocatable_tree() local6665 ASSERT3U(ent_offset, >=, msp->ms_start); in load_indirect_ms_allocatable_tree()6666 if (ent_offset >= msp->ms_start + msp->ms_size) in load_indirect_ms_allocatable_tree()6673 ASSERT3U(ent_offset + ent_len, <=, in load_indirect_ms_allocatable_tree()6675 zfs_range_tree_add(msp->ms_allocatable, ent_offset, ent_len); in load_indirect_ms_allocatable_tree()