Searched refs:dm_tm_open_with_sm (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/md/persistent-data/ |
D | dm-transaction-manager.h | 148 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location,
|
D | dm-transaction-manager.c | 507 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, in dm_tm_open_with_sm() function 514 EXPORT_SYMBOL_GPL(dm_tm_open_with_sm);
|
/linux-6.1.9/drivers/md/ |
D | dm-clone-metadata.c | 341 r = dm_tm_open_with_sm(cmd->bm, SUPERBLOCK_LOCATION, in __open_metadata()
|
D | dm-era-target.c | 581 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 | 703 r = dm_tm_open_with_sm(pmd->bm, THIN_SUPERBLOCK_LOCATION, in __open_metadata()
|