Searched refs:ent_offset (Results 1 – 1 of 1) sorted by relevance
6894 uint64_t ent_offset = DVA_MAPPING_GET_SRC_OFFSET(vimep); in load_indirect_ms_allocatable_tree() local6896 ASSERT3U(ent_offset, >=, msp->ms_start); in load_indirect_ms_allocatable_tree()6897 if (ent_offset >= msp->ms_start + msp->ms_size) in load_indirect_ms_allocatable_tree()6904 ASSERT3U(ent_offset + ent_len, <=, in load_indirect_ms_allocatable_tree()6906 zfs_range_tree_add(msp->ms_allocatable, ent_offset, ent_len); in load_indirect_ms_allocatable_tree()