Searched refs:dst_rs (Results 1 – 2 of 2) sorted by relevance
280 rangeset_copy(struct rangeset *dst_rs, struct rangeset *src_rs) in rangeset_copy() argument286 MPASS(pctrie_is_empty(&dst_rs->rs_trie)); in rangeset_copy()288 MPASS(dst_rs->rs_dup_data == src_rs->rs_dup_data); in rangeset_copy()296 dst_r = dst_rs->rs_dup_data(dst_rs->rs_data_ctx, src_r); in rangeset_copy()301 error = pctrie_insert(&dst_rs->rs_trie, &dst_r->re_start, in rangeset_copy()307 rangeset_remove_all(dst_rs); in rangeset_copy()
84 int rangeset_copy(struct rangeset *dst_rs, struct rangeset *src_rs);