Searched refs:dm_tm_open_with_sm (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/md/persistent-data/ |
H A D | dm-transaction-manager.c | 446 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, dm_tm_open_with_sm() function 453 EXPORT_SYMBOL_GPL(dm_tm_open_with_sm); variable
|
H A D | dm-transaction-manager.h | 132 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location,
|
/linux-4.4.14/drivers/md/ |
H A D | dm-era-target.c | 567 r = dm_tm_open_with_sm(md->bm, SUPERBLOCK_LOCATION, open_metadata() 572 DMERR("dm_tm_open_with_sm failed"); open_metadata()
|
H A D | dm-cache-metadata.c | 457 r = dm_tm_open_with_sm(cmd->bm, CACHE_SUPERBLOCK_LOCATION, __open_metadata()
|
H A D | dm-thin-metadata.c | 630 r = dm_tm_open_with_sm(pmd->bm, THIN_SUPERBLOCK_LOCATION, __open_metadata()
|
Completed in 246 milliseconds