Searched refs:sm_ll_dec (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-common.h133 int sm_ll_dec(struct ll_disk *ll, dm_block_t b, dm_block_t e, int32_t *nr_allocations);
H A Ddm-space-map-disk.c123 r = sm_ll_dec(&smd->ll, b, e, &nr_allocations);
H A Ddm-space-map-metadata.c206 r = sm_ll_dec(&smm->ll, op->b, op->e, &nr_allocations);
442 r = sm_ll_dec(&smm->ll, b, e, &nr_allocations);
H A Ddm-space-map-common.c928 int sm_ll_dec(struct ll_disk *ll, dm_block_t b, dm_block_t e, function

Completed in 108 milliseconds