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