Searched refs:REQ_NVME_MPATH (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/nvme/host/
H A Dnvme.h187 #define REQ_NVME_MPATH REQ_DRV macro
964 if ((req->cmd_flags & REQ_NVME_MPATH) && req->bio)
1109 if (rq->cmd_flags & REQ_NVME_MPATH)
H A Dmultipath.c396 bio->bi_opf |= REQ_NVME_MPATH;
H A Dcore.c394 if (req->cmd_flags & REQ_NVME_MPATH) {
429 if (req->cmd_flags & REQ_NVME_MPATH)
743 !blk_noretry_request(rq) && !(rq->cmd_flags & REQ_NVME_MPATH))

Completed in 616 milliseconds