Searched refs:BSD_LEFT (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | btree.c | 433 BSD_LEFT, enumerator 451 uint8_t *e_out = (dir == BSD_LEFT ? e_start - off * size : in bt_shift_core() 457 zfs_btree_hdr_t **c_out = (dir == BSD_LEFT ? c_start - off : in bt_shift_core() 473 bt_shift_core(tree, node, idx, count, 1, shape, BSD_LEFT); in bt_shift_core_left() 503 uint8_t *out = (dir == BSD_LEFT ? start - off * size : in bt_shift_leaf() 526 bt_shift_leaf(tree, leaf, n, idx, n, BSD_LEFT); in bt_grow_leaf() 536 bt_shift_leaf(tree, leaf, fn, idx, fn, BSD_LEFT); in bt_grow_leaf() 561 BSD_LEFT); in bt_shrink_leaf() 1798 1, BSD_LEFT); in zfs_btree_remove_idx()
|