Home
last modified time | relevance | path

Searched refs:BLK_STS_DM_REQUEUE (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/include/linux/
Dblk_types.h73 #define BLK_STS_DM_REQUEUE ((__force blk_status_t)11) macro
/Linux-v5.10/drivers/md/
Ddm.c900 if (!(io->status == BLK_STS_DM_REQUEUE && __noflush_suspending(md))) in dec_pending()
906 if (io->status == BLK_STS_DM_REQUEUE) { in dec_pending()
925 if (io_error == BLK_STS_DM_REQUEUE) in dec_pending()
1006 error = BLK_STS_DM_REQUEUE; in clone_endio()
1287 dec_pending(io, BLK_STS_DM_REQUEUE); in __map_bio()
Ddm-thin.c515 cell_error_with_code(pool, cell, BLK_STS_DM_REQUEUE); in cell_requeue()
651 error_bio_list(&bios, BLK_STS_DM_REQUEUE); in requeue_io()
2176 BLK_STS_DM_REQUEUE); in process_thin_deferred_bios()
2719 bio->bi_status = BLK_STS_DM_REQUEUE; in thin_bio_map()
Ddm-raid1.c487 bio->bi_status = BLK_STS_DM_REQUEUE; in hold_bio()
Ddm-mpath.c714 bio->bi_status = BLK_STS_DM_REQUEUE; in process_queued_bios()
Ddm-cache-target.c1906 bio->bi_status = BLK_STS_DM_REQUEUE; in requeue_deferred_bios()
/Linux-v5.10/block/
Dblk-core.c187 [BLK_STS_DM_REQUEUE] = { -EREMCHG, "dm internal retry" },