Home
last modified time | relevance | path

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

12345678910>>...22

/linux-6.3-rc2/arch/s390/hypfs/
A 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,
A Dhypfs.h64 long (*unlocked_ioctl) (struct file *, unsigned int, member
A Dhypfs_sprp.c136 .unlocked_ioctl = hypfs_sprp_ioctl,
/linux-6.3-rc2/fs/ecryptfs/
A 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-6.3-rc2/arch/arc/kernel/
A Darc_hostlink.c40 .unlocked_ioctl = arc_hl_ioctl,
/linux-6.3-rc2/include/drm/
A Ddrm_accel.h26 .unlocked_ioctl = drm_ioctl,\
/linux-6.3-rc2/fs/coda/
A Dpioctl.c39 .unlocked_ioctl = coda_pioctl,
/linux-6.3-rc2/arch/um/drivers/
A Dhostaudio_kern.c298 .unlocked_ioctl = hostaudio_ioctl,
308 .unlocked_ioctl = hostmixer_ioctl_mixdev,
A Dmmapper_kern.c87 .unlocked_ioctl = mmapper_ioctl,
A Dharddog_kern.c167 .unlocked_ioctl = harddog_ioctl,
/linux-6.3-rc2/drivers/virt/coco/tdx-guest/
A Dtdx-guest.c69 .unlocked_ioctl = tdx_guest_ioctl,
/linux-6.3-rc2/drivers/xen/xenbus/
A Dxenbus_dev_backend.c113 .unlocked_ioctl = xenbus_backend_ioctl,
/linux-6.3-rc2/fs/proc/
A 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-6.3-rc2/drivers/s390/char/
A Dsclp_ctl.c116 .unlocked_ioctl = sclp_ctl_ioctl,
/linux-6.3-rc2/drivers/char/
A Duv_mmtimer.c53 .unlocked_ioctl = uv_mmtimer_ioctl,
/linux-6.3-rc2/arch/sh/boards/mach-landisk/
A Dgio.c124 .unlocked_ioctl = gio_ioctl,
/linux-6.3-rc2/drivers/platform/x86/
A Dintel_scu_ipcutil.c128 .unlocked_ioctl = scu_ipc_ioctl,
/linux-6.3-rc2/fs/udf/
A Ddir.c140 .unlocked_ioctl = udf_ioctl,
/linux-6.3-rc2/fs/
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()
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-6.3-rc2/fs/cifs/
A Dcifsfs.c1365 .unlocked_ioctl = cifs_ioctl,
1385 .unlocked_ioctl = cifs_ioctl,
1404 .unlocked_ioctl = cifs_ioctl,
1423 .unlocked_ioctl = cifs_ioctl,
1441 .unlocked_ioctl = cifs_ioctl,
1458 .unlocked_ioctl = cifs_ioctl,
1470 .unlocked_ioctl = cifs_ioctl,
/linux-6.3-rc2/drivers/remoteproc/
A Dremoteproc_cdev.c93 .unlocked_ioctl = rproc_device_ioctl,
/linux-6.3-rc2/arch/sparc/kernel/
A Dapc.c135 .unlocked_ioctl = apc_ioctl,
/linux-6.3-rc2/drivers/watchdog/
A Dindydog.c154 .unlocked_ioctl = indydog_ioctl,
A Dwdt285.c183 .unlocked_ioctl = watchdog_ioctl,
A Dsbc_epx_c3.c158 .unlocked_ioctl = epx_c3_ioctl,

Completed in 48 milliseconds

12345678910>>...22