Searched refs:metadata_operation_failed (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | dm-thin.c | 268 static void metadata_operation_failed(struct pool *pool, const char *op, int r); 831 metadata_operation_failed(pool, "dm_thin_insert_block", r); in process_prepared_mapping() 1163 metadata_operation_failed(pool, "dm_pool_commit_metadata", r); in commit() 1195 metadata_operation_failed(pool, "dm_pool_get_free_block_count", r); in alloc_data_block() 1212 metadata_operation_failed(pool, "dm_pool_get_free_block_count", r); in alloc_data_block() 1224 metadata_operation_failed(pool, "dm_pool_alloc_data_block", r); in alloc_data_block() 2221 static void metadata_operation_failed(struct pool *pool, const char *op, int r) in metadata_operation_failed() function 3041 metadata_operation_failed(pool, "dm_pool_resize_data_dev", r); in maybe_resize_data_dev() 3088 metadata_operation_failed(pool, "dm_pool_resize_metadata_dev", r); in maybe_resize_metadata_dev()
|