Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-space-map-disk.c68 return sm_ll_lookup(&smd->ll, b, result); in sm_disk_get_count()
113 r = sm_ll_lookup(&smd->old_ll, b, &old_count); in sm_disk_set_count()
156 r = sm_ll_lookup(&smd->old_ll, b, &old_count); in sm_disk_dec_block()
H A Ddm-space-map-common.h109 int sm_ll_lookup(struct ll_disk *ll, dm_block_t b, uint32_t *result);
H A Ddm-space-map-common.c321 int sm_ll_lookup(struct ll_disk *ll, dm_block_t b, uint32_t *result) in sm_ll_lookup() function
405 r = sm_ll_lookup(old_ll, *b, &count); in sm_ll_find_common_free_block()
H A Ddm-space-map-metadata.c331 r = sm_ll_lookup(&smm->ll, b, result); in sm_metadata_get_count()
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-space-map-common.h120 int sm_ll_lookup(struct ll_disk *ll, dm_block_t b, uint32_t *result);
H A Ddm-space-map-disk.c72 return sm_ll_lookup(&smd->ll, b, result); in sm_disk_get_count()
H A Ddm-space-map-common.c324 int sm_ll_lookup(struct ll_disk *ll, dm_block_t b, uint32_t *result) in sm_ll_lookup() function
408 r = sm_ll_lookup(old_ll, *b, &count); in sm_ll_find_common_free_block()
H A Ddm-space-map-metadata.c333 r = sm_ll_lookup(&smm->ll, b, result); in sm_metadata_get_count()

Completed in 7 milliseconds