| /linux/fs/iomap/ |
| H A D | direct-io.c | 30 const struct iomap_dio_ops *dops; member 56 if (dio->dops && dio->dops->bio_set) in iomap_dio_alloc_bio() 58 GFP_KERNEL, dio->dops->bio_set); in iomap_dio_alloc_bio() 75 if (dio->dops && dio->dops->submit_io) { in iomap_dio_submit_bio() 76 dio->dops->submit_io(iter, bio, pos); in iomap_dio_submit_bio() 105 const struct iomap_dio_ops *dops = dio->dops; in iomap_dio_complete() local 110 if (dops && dops->end_io) in iomap_dio_complete() 111 ret = dops->end_io(iocb, dio->size, ret, dio->flags); in iomap_dio_complete() 671 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in __iomap_dio_rw() argument 701 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/sound/core/ |
| H A D | seq_device.c | 225 static const struct snd_device_ops dops = { in snd_seq_device_new() 254 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in __snd_seq_driver_register() 203 static const struct snd_device_ops dops = { snd_seq_device_new() local
|
| /linux/include/linux/ |
| H A D | pseudo_fs.h | 10 const struct dentry_operations *dops; member
|
| H A D | iomap.h | 579 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, 582 const struct iomap_ops *ops, const struct iomap_dio_ops *dops,
|
| /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/xfs/ |
| H A D | xfs_file.c | 703 const struct iomap_dio_ops *dops, in xfs_file_dio_write_aligned() argument 737 ret = iomap_dio_rw(iocb, from, ops, dops, dio_flags, ac, 0); in xfs_file_dio_write_aligned() 784 const struct iomap_ops *dops; in xfs_file_dio_write_atomic() local 791 dops = &xfs_atomic_write_cow_iomap_ops; in xfs_file_dio_write_atomic() 793 dops = &xfs_direct_write_iomap_ops; in xfs_file_dio_write_atomic() 813 ret = iomap_dio_rw(iocb, from, dops, &xfs_dio_write_ops, dio_flags, in xfs_file_dio_write_atomic() 822 if (ret == -ENOPROTOOPT && dops == &xfs_direct_write_iomap_ops) { in xfs_file_dio_write_atomic() 824 dops = &xfs_atomic_write_cow_iomap_ops; in xfs_file_dio_write_atomic()
|
| /linux/drivers/firmware/ |
| H A D | ti_sci.c | 3206 struct ti_sci_dev_ops *dops = &ops->dev_ops; in ti_sci_setup_ops() local 3218 dops->get_device = ti_sci_cmd_get_device; in ti_sci_setup_ops() 3219 dops->get_device_exclusive = ti_sci_cmd_get_device_exclusive; in ti_sci_setup_ops() 3220 dops->idle_device = ti_sci_cmd_idle_device; in ti_sci_setup_ops() 3221 dops->idle_device_exclusive = ti_sci_cmd_idle_device_exclusive; in ti_sci_setup_ops() 3222 dops->put_device = ti_sci_cmd_put_device; in ti_sci_setup_ops() 3224 dops->is_valid = ti_sci_cmd_dev_is_valid; in ti_sci_setup_ops() 3225 dops->get_context_loss_count = ti_sci_cmd_dev_get_clcnt; in ti_sci_setup_ops() 3226 dops->is_idle = ti_sci_cmd_dev_is_idle; in ti_sci_setup_ops() 3227 dops->is_stop = ti_sci_cmd_dev_is_stop; in ti_sci_setup_ops() [all …]
|
| /linux/fs/ |
| H A D | nsfs.c | 671 ctx->dops = &ns_dentry_operations; in nsfs_init_fs_context()
|
| H A D | pidfs.c | 1075 ctx->dops = &pidfs_dentry_operations; in pidfs_init_fs_context()
|
| H A D | pipe.c | 1472 ctx->dops = &pipefs_dentry_operations; in pipefs_init_fs_context()
|
| H A D | libfs.c | 706 set_default_d_op(s, ctx->dops); in pseudo_fs_fill_super()
|
| /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/drivers/dma-buf/ |
| H A D | dma-buf.c | 218 ctx->dops = &dma_buf_dentry_ops; in dma_buf_fs_init_context()
|
| /linux/net/ |
| H A D | socket.c | 432 ctx->dops = &sockfs_dentry_operations; in sockfs_init_fs_context()
|