Searched refs:dm_thin_find_block (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/
H A Ddm-thin-metadata.h147 int dm_thin_find_block(struct dm_thin_device *td, dm_block_t block,
H A Ddm-thin.c1972 r = dm_thin_find_block(tc->td, block, 1, &lookup_result);
2006 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d",
2040 r = dm_thin_find_block(tc->td, block, 1, &lookup_result);
2074 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d",
2763 r = dm_thin_find_block(td, block, 0, &result);
2810 * dm_thin_find_block can fail with -EINVAL if the
H A Ddm-thin-metadata.c1567 int dm_thin_find_block(struct dm_thin_device *td, dm_block_t block, function

Completed in 138 milliseconds