Home
last modified time | relevance | path

Searched refs:blk_mq_ops (Results 1 – 25 of 40) sorted by relevance

12

/linux/rust/kernel/block/mq/
H A Doperations.rs44 /// A `bindings::blk_mq_ops` vtable is constructed from pointers to the `extern
56 /// installed in the `blk_mq_ops` vtable for the driver.
108 /// installed in the `blk_mq_ops` vtable for the driver.
126 /// installed in the `blk_mq_ops` vtable for the driver.
139 /// installed in the `blk_mq_ops` vtable for the driver.
155 /// installed in the `blk_mq_ops` vtable for the driver.
167 /// installed in the `blk_mq_ops` vtable for the driver.
196 /// installed in the `blk_mq_ops` vtable for the driver.
216 const VTABLE: bindings::blk_mq_ops = bindings::blk_mq_ops {
[all...]
/linux/include/linux/
H A Dblk-mq.h518 const struct blk_mq_ops *ops;
556 struct blk_mq_ops { struct
730 const struct blk_mq_ops *ops, unsigned int queue_depth,
/linux/drivers/block/
H A Dz2ram.c312 static const struct blk_mq_ops z2_mq_ops = {
H A Dps3disk.c375 static const struct blk_mq_ops ps3disk_mq_ops = {
H A Dswim.c770 static const struct blk_mq_ops swim_mq_ops = {
H A Dsunvdc.c781 static const struct blk_mq_ops vdc_mq_ops = {
H A Dswim3.c1078 static const struct blk_mq_ops swim3_mq_ops = {
H A Dataflop.c1989 static const struct blk_mq_ops ataflop_mq_ops = {
/linux/drivers/nvme/target/
H A Dloop.c250 static const struct blk_mq_ops nvme_loop_mq_ops = {
257 static const struct blk_mq_ops nvme_loop_admin_mq_ops = {
/linux/drivers/nvme/host/
H A Dnvme.h802 const struct blk_mq_ops *ops, unsigned int cmd_size);
805 const struct blk_mq_ops *ops, unsigned int nr_maps,
H A Drdma.c156 static const struct blk_mq_ops nvme_rdma_mq_ops;
157 static const struct blk_mq_ops nvme_rdma_admin_mq_ops;
2134 static const struct blk_mq_ops nvme_rdma_mq_ops = {
2145 static const struct blk_mq_ops nvme_rdma_admin_mq_ops = {
H A Dtcp.c203 static const struct blk_mq_ops nvme_tcp_mq_ops;
204 static const struct blk_mq_ops nvme_tcp_admin_mq_ops;
2658 static const struct blk_mq_ops nvme_tcp_mq_ops = {
2670 static const struct blk_mq_ops nvme_tcp_admin_mq_ops = {
H A Dapple.c952 static const struct blk_mq_ops apple_nvme_mq_admin_ops = {
960 static const struct blk_mq_ops apple_nvme_mq_ops = {
/linux/block/
H A Dbsg-lib.c345 static const struct blk_mq_ops bsg_mq_ops = {
H A Dblk-mq-debugfs.c280 const struct blk_mq_ops *const mq_ops = rq->q->mq_ops; in __blk_mq_debugfs_rq_show()
/linux/drivers/mmc/core/
H A Dqueue.c338 static const struct blk_mq_ops mmc_mq_ops = {
/linux/drivers/md/
H A Ddm-rq.c532 static const struct blk_mq_ops dm_mq_ops = {
/linux/drivers/block/aoe/
H A Daoeblk.c324 static const struct blk_mq_ops aoeblk_mq_ops = {
/linux/drivers/mtd/ubi/
H A Dblock.c323 static const struct blk_mq_ops ubiblock_mq_ops = {
/linux/drivers/mtd/
H A Dmtd_blkdevs.c272 static const struct blk_mq_ops mtd_mq_ops = {
/linux/drivers/s390/block/
H A Dscm_blk.c429 static const struct blk_mq_ops scm_mq_ops = {
H A Ddasd_int.h827 extern struct blk_mq_ops dasd_mq_ops;
/linux/drivers/cdrom/
H A Dgdrom.c731 static const struct blk_mq_ops gdrom_mq_ops = {
/linux/drivers/scsi/
H A Dscsi_lib.c1997 static const struct blk_mq_ops scsi_mq_ops_no_commit = {
2025 static const struct blk_mq_ops scsi_mq_ops = {
/linux/arch/um/drivers/
H A Dubd_kern.c825 static const struct blk_mq_ops ubd_mq_ops = {

12