| /linux/fs/iomap/ |
| H A D | direct-io.c | 32 const struct iomap_dio_ops *dops; member 58 if (dio->dops && dio->dops->bio_set) in iomap_dio_alloc_bio() 60 GFP_KERNEL, dio->dops->bio_set); in iomap_dio_alloc_bio() 77 if (dio->dops && dio->dops->submit_io) { in iomap_dio_submit_bio() 78 dio->dops->submit_io(iter, bio, pos); in iomap_dio_submit_bio() 107 const struct iomap_dio_ops *dops = dio->dops; in iomap_dio_complete() local 112 if (dops && dops->end_io) in iomap_dio_complete() 113 ret = dops->end_io(iocb, dio->size, ret, dio->flags); in iomap_dio_complete() 691 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in __iomap_dio_rw() argument 721 dio->dops = dops; in __iomap_dio_rw() [all …]
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_debugfs.c | 19 const struct qedi_debugfs_ops *dops, in qedi_dbg_host_init() argument 27 while (dops) { in qedi_dbg_host_init() 28 if (!(dops->name)) in qedi_dbg_host_init() 31 debugfs_create_file(dops->name, 0600, qedi->bdf_dentry, qedi, in qedi_dbg_host_init() 33 dops++; in qedi_dbg_host_init()
|
| H A D | qedi_dbg.h | 120 const struct qedi_debugfs_ops *dops,
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_debugfs.c | 23 const struct qedf_debugfs_ops *dops, in qedf_dbg_host_init() argument 34 while (dops) { in qedf_dbg_host_init() 35 if (!(dops->name)) in qedf_dbg_host_init() 38 debugfs_create_file(dops->name, 0600, qedf->bdf_dentry, qedf, in qedf_dbg_host_init() 40 dops++; in qedf_dbg_host_init()
|
| H A D | qedf_dbg.h | 151 const struct qedf_debugfs_ops *dops,
|
| /linux/include/linux/ |
| H A D | pseudo_fs.h | 10 const struct dentry_operations *dops; member
|
| H A D | iomap.h | 677 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, 680 const struct iomap_ops *ops, const struct iomap_dio_ops *dops,
|
| /linux/sound/core/ |
| H A D | seq_device.c | 225 static const struct snd_device_ops dops = { in snd_seq_device_new() 257 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); 203 static const struct snd_device_ops dops = { snd_seq_device_new() local
|
| /linux/drivers/media/usb/cx231xx/ |
| H A D | cx231xx-dvb.c | 404 struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; in cx231xx_set_analog_freq() local 406 if (dops->set_analog_params != NULL) { in cx231xx_set_analog_freq() 415 dops->set_analog_params(dev->dvb->frontend[0], ¶ms); in cx231xx_set_analog_freq() 429 struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; in cx231xx_reset_analog_tuner() local 431 if (dops->init != NULL && !dev->xc_fw_load_done) { in cx231xx_reset_analog_tuner() 435 status = dops->init(dev->dvb->frontend[0]); in cx231xx_reset_analog_tuner()
|
| /linux/fs/ |
| H A D | pidfs.c | 1146 ctx->dops = &pidfs_dentry_operations; in pidfs_init_fs_context()
|
| H A D | pipe.c | 1553 ctx->dops = &pipefs_dentry_operations; in pipefs_init_fs_context()
|
| /linux/drivers/dma-buf/ |
| H A D | dma-buf.c | 218 ctx->dops = &dma_buf_dentry_ops; in dma_buf_fs_init_context()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 432 const struct iomap_dio_ops *dops, 436 The filesystem can provide the ``dops`` parameter if it needs to perform
|
| /linux/net/ |
| H A D | socket.c | 506 ctx->dops = &sockfs_dentry_operations; in sockfs_init_fs_context()
|