Home
last modified time | relevance | path

Searched refs:dm_tm_open_with_sm (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/md/persistent-data/
H A Ddm-transaction-manager.h149 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location,
H A Ddm-transaction-manager.c512 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, in dm_tm_open_with_sm() function
519 EXPORT_SYMBOL_GPL(dm_tm_open_with_sm);
/openbmc/linux/drivers/md/
H A Ddm-clone-metadata.c341 r = dm_tm_open_with_sm(cmd->bm, SUPERBLOCK_LOCATION, in __open_metadata()
H A Ddm-era-target.c592 r = dm_tm_open_with_sm(md->bm, SUPERBLOCK_LOCATION, in open_metadata()
H A Ddm-cache-metadata.c495 r = dm_tm_open_with_sm(cmd->bm, CACHE_SUPERBLOCK_LOCATION, in __open_metadata()
H A Ddm-thin-metadata.c716 r = dm_tm_open_with_sm(pmd->bm, THIN_SUPERBLOCK_LOCATION, in __open_metadata()