sm_ll_inc
int sm_ll_inc(struct ll_disk *ll, dm_block_t b, dm_block_t e, int32_t *nr_allocations);
r = sm_ll_inc(&smd->ll, b, e, &nr_allocations);
r = sm_ll_inc(&smd->ll, *b, *b + 1, &nr_allocations);
r = sm_ll_inc(&smm->ll, op->b, op->e, &nr_allocations);
r = sm_ll_inc(&smm->ll, b, e, &nr_allocations);
r = sm_ll_inc(&smm->ll, *b, *b + 1, &nr_allocations);