Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/persistent-data/
H A Ddm-array.c643 struct dm_btree_value_type *bvt = &info->btree_info.value_type; in dm_array_info_init() local
649 bvt->context = info; in dm_array_info_init()
650 bvt->size = sizeof(__le64); in dm_array_info_init()
651 bvt->inc = block_inc; in dm_array_info_init()
652 bvt->dec = block_dec; in dm_array_info_init()
653 bvt->equal = block_equal; in dm_array_info_init()