Searched refs:bcpy (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | btree.c | 68 bcpy(const void *src, void *dest, size_t size) in bcpy() function 580 bcpy(source->btc_elems + sidx * size, dest->btc_elems + didx * size, in bt_transfer_core() 584 bcpy(source->btc_children + sidx + (shape == BSS_TRAPEZOID ? 0 : 1), in bt_transfer_core() 597 bcpy(source->btl_elems + (source->btl_hdr.bth_first + sidx) * size, in bt_transfer_leaf() 647 bcpy(buf, parent->btc_elems + offset * size, size); in zfs_btree_insert_core_impl() 681 bcpy(buf, new_root->btc_elems, size); in zfs_btree_insert_into_parent() 750 bcpy(parent->btc_elems + keep_count * size, tmp_buf, in zfs_btree_insert_into_parent() 762 bcpy(tmp_buf, buf, size); in zfs_btree_insert_into_parent() 772 bcpy(tmp_buf, buf, size); in zfs_btree_insert_into_parent() 782 bcpy(tmp_buf, new_parent->btc_elems, size); in zfs_btree_insert_into_parent() [all …]
|