Home
last modified time | relevance | path

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

/drivers/md/persistent-data/
Ddm-space-map-common.h130 int sm_ll_insert(struct ll_disk *ll, dm_block_t b, uint32_t ref_count, int32_t *nr_allocations);
Ddm-space-map-disk.c93 r = sm_ll_insert(&smd->ll, b, count, &nr_allocations); in sm_disk_set_count()
Ddm-space-map-metadata.c404 r = sm_ll_insert(&smm->ll, b, count, &nr_allocations); in sm_metadata_set_count()
Ddm-space-map-common.c421 int sm_ll_insert(struct ll_disk *ll, dm_block_t b, in sm_ll_insert() function