H A D | dm-space-map-common.c | 423 uint32_t ref_count, int32_t *nr_allocations) in sm_ll_insert() 489 *nr_allocations = 1; in sm_ll_insert() 496 *nr_allocations = -1; in sm_ll_insert() 501 *nr_allocations = 0; in sm_ll_insert() 649 int32_t *nr_allocations, dm_block_t *new_b, in sm_ll_inc_bitmap() 671 (*nr_allocations)++; in sm_ll_inc_bitmap() 717 int32_t *nr_allocations, dm_block_t *new_b) in __sm_ll_inc() 736 r = sm_ll_inc_bitmap(ll, b, bit, bit_end, nr_allocations, new_b, &ic); in __sm_ll_inc() 747 int32_t *nr_allocations) in sm_ll_inc() 749 *nr_allocations in sm_ll_inc() 422 sm_ll_insert(struct ll_disk *ll, dm_block_t b, uint32_t ref_count, int32_t *nr_allocations) sm_ll_insert() argument 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) sm_ll_inc_bitmap() 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) __sm_ll_inc() argument 746 sm_ll_inc(struct ll_disk *ll, dm_block_t b, dm_block_t e, int32_t *nr_allocations) sm_ll_inc() 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) sm_ll_dec_bitmap() 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) __sm_ll_dec() argument 928 sm_ll_dec(struct ll_disk *ll, dm_block_t b, dm_block_t e, int32_t *nr_allocations) sm_ll_dec() argument [all...] |