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

/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-common.c649 int32_t *nr_allocations, dm_block_t *new_b,
708 *new_b = b;
717 int32_t *nr_allocations, dm_block_t *new_b)
736 r = sm_ll_inc_bitmap(ll, b, bit, bit_end, nr_allocations, new_b, &ic);
843 int32_t *nr_allocations, dm_block_t *new_b)
895 *new_b = b;
900 int32_t *nr_allocations, dm_block_t *new_b)
919 r = sm_ll_dec_bitmap(ll, b, bit, bit_end, &ic, nr_allocations, new_b);
647 sm_ll_inc_bitmap(struct ll_disk *ll, dm_block_t b, uint32_t bit, uint32_t bit_end, int32_t *nr_allocations, dm_block_t *new_b, struct inc_context *ic) argument
716 __sm_ll_inc(struct ll_disk *ll, dm_block_t b, dm_block_t e, int32_t *nr_allocations, dm_block_t *new_b) argument
840 sm_ll_dec_bitmap(struct ll_disk *ll, dm_block_t b, uint32_t bit, uint32_t bit_end, struct inc_context *ic, int32_t *nr_allocations, dm_block_t *new_b) argument
899 __sm_ll_dec(struct ll_disk *ll, dm_block_t b, dm_block_t e, int32_t *nr_allocations, dm_block_t *new_b) argument
/linux-master/drivers/md/
H A Ddm-bufio.c1765 struct dm_buffer *b, *new_b = NULL; local
1773 new_b = __alloc_buffer_wait(c, nf);
1774 if (!new_b)
1783 __free_buffer_wake(new_b);
1789 b = new_b;

Completed in 185 milliseconds