Searched refs:REQ_TYPE_SPECIAL (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-park.c37 rq->cmd_type = REQ_TYPE_SPECIAL;
54 rq->cmd_type = REQ_TYPE_SPECIAL;
H A Dide-devsets.c169 rq->cmd_type = REQ_TYPE_SPECIAL;
H A Dide-floppy.c101 if (rq->cmd_type == REQ_TYPE_SPECIAL)
250 if (rq->cmd_type == REQ_TYPE_SPECIAL) {
269 case REQ_TYPE_SPECIAL:
H A Dide-atapi.c95 rq->cmd_type = REQ_TYPE_SPECIAL;
480 if (rq->cmd_type == REQ_TYPE_SPECIAL) {
H A Dide-io.c138 u8 drv_req = (rq->cmd_type == REQ_TYPE_SPECIAL) && rq->rq_disk;
348 } else if (!rq->rq_disk && rq->cmd_type == REQ_TYPE_SPECIAL)
H A Dide-ioctls.c224 rq->cmd_type = REQ_TYPE_SPECIAL;
H A Dide-cd_ioctl.c301 rq->cmd_type = REQ_TYPE_SPECIAL;
H A Dide-eh.c149 if (rq && rq->cmd_type == REQ_TYPE_SPECIAL &&
H A Dide-tape.c581 BUG_ON(!(rq->cmd_type == REQ_TYPE_SPECIAL ||
858 rq->cmd_type = REQ_TYPE_SPECIAL;
H A Dide-cd.c805 case REQ_TYPE_SPECIAL:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dvirtio_blk.c75 case REQ_TYPE_SPECIAL:
120 case REQ_TYPE_SPECIAL:
218 req->cmd_type = REQ_TYPE_SPECIAL;
H A Dnbd.c575 sreq.cmd_type = REQ_TYPE_SPECIAL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dpd.c443 if (pd_req->cmd_type == REQ_TYPE_SPECIAL) {
724 rq->cmd_type = REQ_TYPE_SPECIAL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_tgt_lib.c114 rq->cmd_type = REQ_TYPE_SPECIAL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dblkdev.h62 REQ_TYPE_SPECIAL, /* driver defined type */ enumerator in enum:rq_cmd_type_bits
65 * use REQ_TYPE_SPECIAL and use rq->cmd[0] with the range of driver
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-core.c1002 * REQ_TYPE_SPECIAL in to the corresponding request queue, and letting them
1021 rq->cmd_type = REQ_TYPE_SPECIAL;

Completed in 202 milliseconds