Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-space-map-common.h114 int sm_ll_insert(struct ll_disk *ll, dm_block_t b, uint32_t ref_count, enum allocation_event *ev);
H A Ddm-space-map-disk.c94 r = sm_ll_insert(&smd->ll, b, count, &ev); in sm_disk_set_count()
H A Ddm-space-map-metadata.c405 r = sm_ll_insert(&smm->ll, b, count, &ev); in sm_metadata_set_count()
H A Ddm-space-map-common.c511 int sm_ll_insert(struct ll_disk *ll, dm_block_t b, in sm_ll_insert() function
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-space-map-common.h131 int sm_ll_insert(struct ll_disk *ll, dm_block_t b, uint32_t ref_count, int32_t *nr_allocations);
H A Ddm-space-map-disk.c97 r = sm_ll_insert(&smd->ll, b, count, &nr_allocations); in sm_disk_set_count()
H A Ddm-space-map-metadata.c407 r = sm_ll_insert(&smm->ll, b, count, &nr_allocations); in sm_metadata_set_count()
H A Ddm-space-map-common.c422 int sm_ll_insert(struct ll_disk *ll, dm_block_t b, in sm_ll_insert() function

Completed in 8 milliseconds