Searched refs:BSD_LEFT (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | btree.c | 419 BSD_LEFT, enumerator 437 uint8_t *e_out = (dir == BSD_LEFT ? e_start - off * size : in bt_shift_core() 443 zfs_btree_hdr_t **c_out = (dir == BSD_LEFT ? c_start - off : in bt_shift_core() 459 bt_shift_core(tree, node, idx, count, 1, shape, BSD_LEFT); in bt_shift_core_left() 489 uint8_t *out = (dir == BSD_LEFT ? start - off * size : in bt_shift_leaf() 512 bt_shift_leaf(tree, leaf, n, idx, n, BSD_LEFT); in bt_grow_leaf() 522 bt_shift_leaf(tree, leaf, fn, idx, fn, BSD_LEFT); in bt_grow_leaf() 547 BSD_LEFT); in bt_shrink_leaf() 1784 1, BSD_LEFT); in zfs_btree_remove_idx()
|