Searched refs:sm_ll_dec (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-space-map-common.h | 133 int sm_ll_dec(struct ll_disk *ll, dm_block_t b, dm_block_t e, int32_t *nr_allocations);
|
H A D | dm-space-map-disk.c | 123 r = sm_ll_dec(&smd->ll, b, e, &nr_allocations); in sm_disk_dec_blocks()
|
H A D | dm-space-map-metadata.c | 206 r = sm_ll_dec(&smm->ll, op->b, op->e, &nr_allocations); in commit_bop() 442 r = sm_ll_dec(&smm->ll, b, e, &nr_allocations); in sm_metadata_dec_blocks()
|
H A D | dm-space-map-common.c | 928 int sm_ll_dec(struct ll_disk *ll, dm_block_t b, dm_block_t e, in sm_ll_dec() function
|