Home
last modified time | relevance | path

Searched refs:unlocked_ioctl (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/linux/arch/s390/hypfs/
H A Dhypfs_dbfs.c70 rc = df->unlocked_ioctl(file, cmd, arg); in dbfs_ioctl()
77 .unlocked_ioctl = dbfs_ioctl,
88 if (df->unlocked_ioctl && !security_locked_down(LOCKDOWN_DEBUGFS)) in hypfs_dbfs_create_file()
H A Dhypfs.h71 long (*unlocked_ioctl) (struct file *, unsigned int, member
H A Dhypfs_sprp.c132 .unlocked_ioctl = hypfs_sprp_ioctl,
/linux/arch/powerpc/platforms/pseries/
H A Dpapr-platform-dump.c279 .unlocked_ioctl = papr_platform_dump_invalidate_ioctl,
381 .unlocked_ioctl = papr_platform_dump_dev_ioctl,
H A Dpapr-phy-attest.c272 .unlocked_ioctl = papr_phy_attest_dev_ioctl,
/linux/fs/
H A Dioctl.c48 if (!filp->f_op->unlocked_ioctl) in vfs_ioctl()
51 error = filp->f_op->unlocked_ioctl(filp, cmd, arg); in vfs_ioctl()
631 if (!file->f_op->unlocked_ioctl) in compat_ptr_ioctl()
634 return file->f_op->unlocked_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in compat_ptr_ioctl()
/linux/arch/arc/kernel/
H A Darc_hostlink.c40 .unlocked_ioctl = arc_hl_ioctl,
/linux/arch/um/drivers/
H A Dhostaudio_kern.c299 .unlocked_ioctl = hostaudio_ioctl,
308 .unlocked_ioctl = hostmixer_ioctl_mixdev,
H A Dharddog_kern.c163 .unlocked_ioctl = harddog_ioctl,
/linux/fs/coda/
H A Dpioctl.c39 .unlocked_ioctl = coda_pioctl,
/linux/fs/proc/
H A Dinode.c559 .unlocked_ioctl = proc_reg_unlocked_ioctl,
572 .unlocked_ioctl = proc_reg_unlocked_ioctl,
585 .unlocked_ioctl = proc_reg_unlocked_ioctl,
599 .unlocked_ioctl = proc_reg_unlocked_ioctl,
/linux/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c113 .unlocked_ioctl = xenbus_backend_ioctl,
/linux/arch/sh/boards/mach-landisk/
H A Dgio.c124 .unlocked_ioctl = gio_ioctl,
/linux/drivers/char/
H A Duv_mmtimer.c53 .unlocked_ioctl = uv_mmtimer_ioctl,
/linux/drivers/platform/x86/
H A Dintel_scu_ipcutil.c128 .unlocked_ioctl = scu_ipc_ioctl,
/linux/drivers/watchdog/
H A Dwdt285.c182 .unlocked_ioctl = watchdog_ioctl,
H A Dsbc_epx_c3.c157 .unlocked_ioctl = epx_c3_ioctl,
H A Dindydog.c153 .unlocked_ioctl = indydog_ioctl,
H A Dm54xx_wdt.c183 .unlocked_ioctl = m54xx_wdt_ioctl,
/linux/include/drm/
H A Ddrm_gem_dma_helper.h264 .unlocked_ioctl = drm_ioctl,\
/linux/drivers/remoteproc/
H A Dremoteproc_cdev.c93 .unlocked_ioctl = rproc_device_ioctl,
/linux/drivers/macintosh/
H A Dans-lcd.c139 .unlocked_ioctl = anslcd_ioctl,
/linux/drivers/virt/vboxguest/
H A Dvboxguest_linux.c183 .unlocked_ioctl = vbg_misc_device_ioctl,
192 .unlocked_ioctl = vbg_misc_device_ioctl,
/linux/fs/smb/client/
H A Dcifsfs.c1575 .unlocked_ioctl = cifs_ioctl,
1595 .unlocked_ioctl = cifs_ioctl,
1614 .unlocked_ioctl = cifs_ioctl,
1633 .unlocked_ioctl = cifs_ioctl,
1651 .unlocked_ioctl = cifs_ioctl,
1668 .unlocked_ioctl = cifs_ioctl,
1680 .unlocked_ioctl = cifs_ioctl,
/linux/arch/m68k/bvme6000/
H A Drtc.c155 .unlocked_ioctl = rtc_ioctl,

12345678910>>...16