Searched refs:bt_shift_leaf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | btree.c | 420 bt_shift_leaf(zfs_btree_t *tree, zfs_btree_leaf_t *node, uint64_t idx, in bt_shift_leaf() function 436 bt_shift_leaf(tree, leaf, idx, count, 1, BSD_RIGHT); in bt_shift_leaf_right() 443 bt_shift_leaf(tree, leaf, idx, count, 1, BSD_LEFT); in bt_shift_leaf_left() 871 bt_shift_leaf(tree, leaf, 0, hdr->bth_count, move_count, in zfs_btree_bulk_finish()
|