Searched refs:sm_ll_lookup (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-space-map-common.h | 120 int sm_ll_lookup(struct ll_disk *ll, dm_block_t b, uint32_t *result);
|
H A D | dm-space-map-disk.c | 72 return sm_ll_lookup(&smd->ll, b, result); in sm_disk_get_count()
|
H A D | dm-space-map-common.c | 324 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 D | dm-space-map-metadata.c | 333 r = sm_ll_lookup(&smm->ll, b, result); in sm_metadata_get_count()
|