Home
last modified time | relevance | path

Searched refs:dm_thin_get_mapped_count (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/md/
Ddm-thin-metadata.h185 int dm_thin_get_mapped_count(struct dm_thin_device *td, dm_block_t *result);
Ddm-thin-metadata.c1965 int dm_thin_get_mapped_count(struct dm_thin_device *td, dm_block_t *result) in dm_thin_get_mapped_count() function
Ddm-thin.c4403 r = dm_thin_get_mapped_count(tc->td, &mapped); in thin_status()