Searched refs:unlocked_ioctl (Results 1 - 25 of 560) sorted by relevance

1234567891011>>

/linux-master/fs/bcachefs/
H A Dthread_with_file.h57 long (*unlocked_ioctl)(struct thread_with_stdio *, unsigned int, unsigned long); member in struct:thread_with_stdio_ops
H A Dthread_with_file.c263 if (thr->ops->unlocked_ioctl)
264 return thr->ops->unlocked_ioctl(thr, cmd, p);
275 .unlocked_ioctl = thread_with_stdio_ioctl,
284 .unlocked_ioctl = thread_with_stdio_ioctl,
/linux-master/arch/s390/hypfs/
H A Dhypfs_dbfs.c67 if (df->unlocked_ioctl)
68 rc = df->unlocked_ioctl(file, cmd, arg);
78 .unlocked_ioctl = dbfs_ioctl,
H A Dhypfs.h73 long (*unlocked_ioctl) (struct file *, unsigned int, member in struct:hypfs_dbfs_file
H A Dhypfs_sprp.c136 .unlocked_ioctl = hypfs_sprp_ioctl,
/linux-master/arch/arc/kernel/
H A Darc_hostlink.c40 .unlocked_ioctl = arc_hl_ioctl,
/linux-master/include/drm/
H A Ddrm_accel.h26 .unlocked_ioctl = drm_ioctl,\
H A Ddrm_gem_dma_helper.h264 .unlocked_ioctl = drm_ioctl,\
/linux-master/fs/coda/
H A Dpioctl.c39 .unlocked_ioctl = coda_pioctl,
/linux-master/drivers/s390/char/
H A Dsclp_ctl.c116 .unlocked_ioctl = sclp_ctl_ioctl,
/linux-master/fs/ecryptfs/
H A Dfile.c371 if (!lower_file->f_op->unlocked_ioctl)
380 rc = lower_file->f_op->unlocked_ioctl(lower_file, cmd, arg);
418 .unlocked_ioctl = ecryptfs_unlocked_ioctl,
432 .unlocked_ioctl = ecryptfs_unlocked_ioctl,
/linux-master/drivers/char/
H A Duv_mmtimer.c53 .unlocked_ioctl = uv_mmtimer_ioctl,
/linux-master/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c113 .unlocked_ioctl = xenbus_backend_ioctl,
/linux-master/arch/sh/boards/mach-landisk/
H A Dgio.c124 .unlocked_ioctl = gio_ioctl,
/linux-master/drivers/remoteproc/
H A Dremoteproc_cdev.c93 .unlocked_ioctl = rproc_device_ioctl,
/linux-master/arch/um/drivers/
H A Dmmapper_kern.c87 .unlocked_ioctl = mmapper_ioctl,
H A Dharddog_kern.c162 .unlocked_ioctl = harddog_ioctl,
H A Dhostaudio_kern.c298 .unlocked_ioctl = hostaudio_ioctl,
308 .unlocked_ioctl = hostmixer_ioctl_mixdev,
/linux-master/fs/nilfs2/
H A Dfile.c143 .unlocked_ioctl = nilfs_ioctl,
/linux-master/drivers/platform/x86/
H A Dintel_scu_ipcutil.c128 .unlocked_ioctl = scu_ipc_ioctl,
/linux-master/fs/udf/
H A Ddir.c136 .unlocked_ioctl = udf_ioctl,
/linux-master/arch/m68k/bvme6000/
H A Drtc.c155 .unlocked_ioctl = rtc_ioctl,
/linux-master/arch/m68k/mvme16x/
H A Drtc.c144 .unlocked_ioctl = rtc_ioctl,
/linux-master/drivers/watchdog/
H A Dindydog.c154 .unlocked_ioctl = indydog_ioctl,
H A Dsbc_epx_c3.c158 .unlocked_ioctl = epx_c3_ioctl,

Completed in 322 milliseconds

1234567891011>>