Home
last modified time | relevance | path

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

12345678910>>...23

/Linux-v6.1/arch/s390/hypfs/
Dhypfs_dbfs.c67 if (df->unlocked_ioctl) in dbfs_ioctl()
68 rc = df->unlocked_ioctl(file, cmd, arg); in dbfs_ioctl()
78 .unlocked_ioctl = dbfs_ioctl,
Dhypfs.h64 long (*unlocked_ioctl) (struct file *, unsigned int, member
/Linux-v6.1/fs/ecryptfs/
Dfile.c346 if (!lower_file->f_op->unlocked_ioctl) in ecryptfs_unlocked_ioctl()
355 rc = lower_file->f_op->unlocked_ioctl(lower_file, cmd, arg); in ecryptfs_unlocked_ioctl()
393 .unlocked_ioctl = ecryptfs_unlocked_ioctl,
407 .unlocked_ioctl = ecryptfs_unlocked_ioctl,
/Linux-v6.1/arch/arc/kernel/
Darc_hostlink.c40 .unlocked_ioctl = arc_hl_ioctl,
/Linux-v6.1/drivers/gpu/drm/tdfx/
Dtdfx_drv.c52 .unlocked_ioctl = drm_ioctl,
/Linux-v6.1/drivers/gpu/drm/i810/
Di810_drv.c52 .unlocked_ioctl = drm_ioctl,
/Linux-v6.1/drivers/gpu/drm/savage/
Dsavage_drv.c43 .unlocked_ioctl = drm_ioctl,
/Linux-v6.1/fs/coda/
Dpioctl.c39 .unlocked_ioctl = coda_pioctl,
/Linux-v6.1/arch/um/drivers/
Dhostaudio_kern.c298 .unlocked_ioctl = hostaudio_ioctl,
308 .unlocked_ioctl = hostmixer_ioctl_mixdev,
Dmmapper_kern.c87 .unlocked_ioctl = mmapper_ioctl,
Dharddog_kern.c167 .unlocked_ioctl = harddog_ioctl,
/Linux-v6.1/drivers/gpu/drm/mga/
Dmga_drv.c47 .unlocked_ioctl = drm_ioctl,
/Linux-v6.1/drivers/gpu/drm/r128/
Dr128_drv.c51 .unlocked_ioctl = drm_ioctl,
/Linux-v6.1/drivers/xen/xenbus/
Dxenbus_dev_backend.c113 .unlocked_ioctl = xenbus_backend_ioctl,
/Linux-v6.1/fs/proc/
Dinode.c583 .unlocked_ioctl = proc_reg_unlocked_ioctl,
596 .unlocked_ioctl = proc_reg_unlocked_ioctl,
609 .unlocked_ioctl = proc_reg_unlocked_ioctl,
623 .unlocked_ioctl = proc_reg_unlocked_ioctl,
/Linux-v6.1/drivers/s390/char/
Dsclp_ctl.c116 .unlocked_ioctl = sclp_ctl_ioctl,
/Linux-v6.1/arch/sh/boards/mach-landisk/
Dgio.c124 .unlocked_ioctl = gio_ioctl,
/Linux-v6.1/drivers/char/
Duv_mmtimer.c53 .unlocked_ioctl = uv_mmtimer_ioctl,
/Linux-v6.1/drivers/platform/x86/
Dintel_scu_ipcutil.c128 .unlocked_ioctl = scu_ipc_ioctl,
/Linux-v6.1/drivers/gpu/drm/sis/
Dsis_drv.c73 .unlocked_ioctl = drm_ioctl,
/Linux-v6.1/fs/
Dioctl.c48 if (!filp->f_op->unlocked_ioctl) in vfs_ioctl()
51 error = filp->f_op->unlocked_ioctl(filp, cmd, arg); in vfs_ioctl()
903 if (!file->f_op->unlocked_ioctl) in compat_ptr_ioctl()
906 return file->f_op->unlocked_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in compat_ptr_ioctl()
/Linux-v6.1/fs/cifs/
Dcifsfs.c1360 .unlocked_ioctl = cifs_ioctl,
1380 .unlocked_ioctl = cifs_ioctl,
1399 .unlocked_ioctl = cifs_ioctl,
1418 .unlocked_ioctl = cifs_ioctl,
1436 .unlocked_ioctl = cifs_ioctl,
1453 .unlocked_ioctl = cifs_ioctl,
1465 .unlocked_ioctl = cifs_ioctl,
/Linux-v6.1/drivers/watchdog/
Dindydog.c154 .unlocked_ioctl = indydog_ioctl,
Dsbc_epx_c3.c158 .unlocked_ioctl = epx_c3_ioctl,
Dwdt285.c183 .unlocked_ioctl = watchdog_ioctl,

12345678910>>...23