Searched refs:dm_tm_new_block (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/md/persistent-data/
H A Ddm-transaction-manager.h58 * dm_tm_new_block() is pretty self-explanatory. Make sure you do actually
65 int dm_tm_new_block(struct dm_transaction_manager *tm,
H A Ddm-space-map-common.c249 * We need to set this before the dm_tm_new_block() call below. sm_ll_extend()
256 r = dm_tm_new_block(ll->tm, &dm_sm_bitmap_validator, &b); sm_ll_extend()
552 r = dm_tm_new_block(ll->tm, &index_validator, &b); metadata_ll_init_index()
H A Ddm-btree-spine.c117 return dm_tm_new_block(info->tm, &btree_node_validator, result); new_block()
H A Ddm-transaction-manager.c234 int dm_tm_new_block(struct dm_transaction_manager *tm, dm_tm_new_block() function
H A Ddm-array.c158 r = dm_tm_new_block(info->btree_info.tm, &array_validator, block); alloc_ablock()

Completed in 55 milliseconds