Searched refs:dm_tm_open_with_sm (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
D | dm-transaction-manager.h | 132 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location,
|
D | dm-transaction-manager.c | 446 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, in dm_tm_open_with_sm() function 453 EXPORT_SYMBOL_GPL(dm_tm_open_with_sm);
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-clone-metadata.c | 347 r = dm_tm_open_with_sm(cmd->bm, SUPERBLOCK_LOCATION, in __open_metadata()
|
D | dm-era-target.c | 577 r = dm_tm_open_with_sm(md->bm, SUPERBLOCK_LOCATION, in open_metadata()
|
D | dm-cache-metadata.c | 493 r = dm_tm_open_with_sm(cmd->bm, CACHE_SUPERBLOCK_LOCATION, in __open_metadata()
|
D | dm-thin-metadata.c | 680 r = dm_tm_open_with_sm(pmd->bm, THIN_SUPERBLOCK_LOCATION, in __open_metadata()
|