Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/persistent-data/
Ddm-space-map-disk.c107 r = sm_ll_inc(&smd->ll, b, e, &nr_allocations); in sm_disk_inc_blocks()
149 r = sm_ll_inc(&smd->ll, *b, *b + 1, &nr_allocations); in sm_disk_new_block()
Ddm-space-map-common.h131 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, dm_block_t e, int32_t *nr_allocations);
Ddm-space-map-metadata.c199 r = sm_ll_inc(&smm->ll, op->b, op->e, &nr_allocations); in commit_bop()
422 r = sm_ll_inc(&smm->ll, b, e, &nr_allocations); in sm_metadata_inc_blocks()
473 r = sm_ll_inc(&smm->ll, *b, *b + 1, &nr_allocations); in sm_metadata_new_block_()
Ddm-space-map-common.c744 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, dm_block_t e, in sm_ll_inc() function