Home
last modified time | relevance | path

Searched refs:sm_ll_inc (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-space-map-disk.c132 r = sm_ll_inc(&smd->ll, b, &ev); in sm_disk_inc_block()
186 r = sm_ll_inc(&smd->ll, *b, &ev); in sm_disk_new_block()
H A Ddm-space-map-common.h115 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev);
H A Ddm-space-map-metadata.c200 r = sm_ll_inc(&smm->ll, op->block, &ev); in commit_bop()
421 r = sm_ll_inc(&smm->ll, b, &ev); in sm_metadata_inc_block()
472 r = sm_ll_inc(&smm->ll, *b, &ev); in sm_metadata_new_block_()
H A Ddm-space-map-common.c523 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev) in sm_ll_inc() function
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-space-map-disk.c110 r = sm_ll_inc(&smd->ll, b, e, &nr_allocations); in sm_disk_inc_blocks()
151 r = sm_ll_inc(&smd->ll, *b, *b + 1, &nr_allocations); in sm_disk_new_block()
H A Ddm-space-map-common.h132 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, dm_block_t e, int32_t *nr_allocations);
H A Ddm-space-map-metadata.c202 r = sm_ll_inc(&smm->ll, op->b, op->e, &nr_allocations); in commit_bop()
425 r = sm_ll_inc(&smm->ll, b, e, &nr_allocations); in sm_metadata_inc_blocks()
476 r = sm_ll_inc(&smm->ll, *b, *b + 1, &nr_allocations); in sm_metadata_new_block_()
H A Ddm-space-map-common.c746 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, dm_block_t e, in sm_ll_inc() function

Completed in 7 milliseconds