Searched refs:bt_shift_core (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | btree.c | 369 bt_shift_core(zfs_btree_t *tree, zfs_btree_core_t *node, uint64_t idx, in bt_shift_core() function 400 bt_shift_core(tree, node, idx, count, 1, shape, BSD_LEFT); in bt_shift_core_left() 411 bt_shift_core(tree, node, idx, count, 1, shape, BSD_RIGHT); in bt_shift_core_right() 939 bt_shift_core(tree, cur, 0, hdr->bth_count, move_count, in zfs_btree_bulk_finish()
|