Searched refs:new_b (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/md/persistent-data/ |
D | dm-space-map-common.c | 647 int32_t *nr_allocations, dm_block_t *new_b, in sm_ll_inc_bitmap() argument 706 *new_b = b; in sm_ll_inc_bitmap() 715 int32_t *nr_allocations, dm_block_t *new_b) in __sm_ll_inc() argument 734 r = sm_ll_inc_bitmap(ll, b, bit, bit_end, nr_allocations, new_b, &ic); in __sm_ll_inc() 841 int32_t *nr_allocations, dm_block_t *new_b) in sm_ll_dec_bitmap() argument 893 *new_b = b; in sm_ll_dec_bitmap() 898 int32_t *nr_allocations, dm_block_t *new_b) in __sm_ll_dec() argument 917 r = sm_ll_dec_bitmap(ll, b, bit, bit_end, &ic, nr_allocations, new_b); in __sm_ll_dec()
|
/Linux-v6.1/drivers/md/ |
D | dm-bufio.c | 1009 struct dm_buffer *b, *new_b = NULL; in __bufio_new() local 1020 new_b = __alloc_buffer_wait(c, nf); in __bufio_new() 1021 if (!new_b) in __bufio_new() 1030 __free_buffer_wake(new_b); in __bufio_new() 1036 b = new_b; in __bufio_new()
|