Searched refs:cell_error_with_code (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/md/ |
H A D | dm-thin.c | 457 static void cell_error_with_code(struct pool *pool, cell_error_with_code() function 466 cell_error_with_code(pool, cell, -EIO); cell_error() 471 cell_error_with_code(pool, cell, 0); cell_success() 476 cell_error_with_code(pool, cell, DM_ENDIO_REQUEUE); cell_requeue() 1456 cell_error_with_code(pool, cell, error); retry_bios_on_resume()
|
H A D | dm-cache-target.c | 1108 static void cell_error_with_code(struct cache *cache, struct dm_bio_prison_cell *cell, int err) cell_error_with_code() function 1116 cell_error_with_code(cache, cell, DM_ENDIO_REQUEUE); cell_requeue()
|
Completed in 169 milliseconds