Searched refs:sb_location (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/md/persistent-data/ |
A D | dm-transaction-manager.c | 459 dm_block_t sb_location, in dm_tm_create_internal() argument 479 sb_location); in dm_tm_create_internal() 501 int dm_tm_create_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, in dm_tm_create_with_sm() argument 505 return dm_tm_create_internal(bm, sb_location, tm, sm, 1, NULL, 0); in dm_tm_create_with_sm() 509 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, in dm_tm_open_with_sm() argument 514 return dm_tm_create_internal(bm, sb_location, tm, sm, 0, sm_root, root_len); in dm_tm_open_with_sm()
|
A D | dm-transaction-manager.h | 145 int dm_tm_create_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, 149 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location,
|
Completed in 4 milliseconds