Home
last modified time | relevance | path

Searched refs:c_start (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c405 zfs_btree_hdr_t **c_start = node->btc_children + idx + in bt_shift_core() local
407 zfs_btree_hdr_t **c_out = (dir == BSD_LEFT ? c_start - off : in bt_shift_core()
408 c_start + off); in bt_shift_core()
410 bmov(c_start, c_out, c_count * sizeof (*c_start)); in bt_shift_core()