Searched refs:BSD_LEFT (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | btree.c | 359 BSD_LEFT, enumerator 377 int sign = (dir == BSD_LEFT ? -1 : +1); in bt_shift_core() 384 zfs_btree_hdr_t **c_out = (dir == BSD_LEFT ? c_start - off : in bt_shift_core() 400 bt_shift_core(tree, node, idx, count, 1, shape, BSD_LEFT); in bt_shift_core_left() 427 int sign = (dir == BSD_LEFT ? -1 : +1); in bt_shift_leaf() 443 bt_shift_leaf(tree, leaf, idx, count, 1, BSD_LEFT); in bt_shift_leaf_left()
|