Searched refs:REQ_NVME_MPATH (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/nvme/host/
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))
H A Dnvme.h192 #define REQ_NVME_MPATH REQ_DRV macro
969 if ((req->cmd_flags & REQ_NVME_MPATH) && req->bio)
1114 if (rq->cmd_flags & REQ_NVME_MPATH)
H A Dmultipath.c396 bio->bi_opf |= REQ_NVME_MPATH;

Completed in 215 milliseconds