Searched refs:sb_location (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/md/persistent-data/ |
H A D | dm-transaction-manager.c | 396 dm_block_t sb_location, dm_tm_create_internal() 416 sb_location); dm_tm_create_internal() 438 int dm_tm_create_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, dm_tm_create_with_sm() argument 442 return dm_tm_create_internal(bm, sb_location, tm, sm, 1, NULL, 0); dm_tm_create_with_sm() 446 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, dm_tm_open_with_sm() argument 451 return dm_tm_create_internal(bm, sb_location, tm, sm, 0, sm_root, root_len); dm_tm_open_with_sm() 395 dm_tm_create_internal(struct dm_block_manager *bm, dm_block_t sb_location, struct dm_transaction_manager **tm, struct dm_space_map **sm, int create, void *sm_root, size_t sm_len) dm_tm_create_internal() argument
|
H A D | dm-transaction-manager.h | 128 int dm_tm_create_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, 132 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location,
|
Completed in 258 milliseconds