Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/persistent-data/
H A Ddm-space-map-common.c649 int32_t *nr_allocations, dm_block_t *new_b, in sm_ll_inc_bitmap() argument
708 *new_b = b; in sm_ll_inc_bitmap()
717 int32_t *nr_allocations, dm_block_t *new_b) in __sm_ll_inc() argument
736 r = sm_ll_inc_bitmap(ll, b, bit, bit_end, nr_allocations, new_b, &ic); in __sm_ll_inc()
843 int32_t *nr_allocations, dm_block_t *new_b) in sm_ll_dec_bitmap() argument
895 *new_b = b; in sm_ll_dec_bitmap()
900 int32_t *nr_allocations, dm_block_t *new_b) in __sm_ll_dec() argument
919 r = sm_ll_dec_bitmap(ll, b, bit, bit_end, &ic, nr_allocations, new_b); in __sm_ll_dec()
/openbmc/linux/drivers/md/
H A Ddm-bufio.c1762 struct dm_buffer *b, *new_b = NULL; in __bufio_new() local
1770 new_b = __alloc_buffer_wait(c, nf); in __bufio_new()
1771 if (!new_b) in __bufio_new()
1780 __free_buffer_wake(new_b); in __bufio_new()
1786 b = new_b; in __bufio_new()