Home
last modified time | relevance | path

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

12345678910>>...22

/linux/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
/linux/fs/ecryptfs/
A Dfile.c352 if (!lower_file->f_op->unlocked_ioctl) in ecryptfs_unlocked_ioctl()
361 rc = lower_file->f_op->unlocked_ioctl(lower_file, cmd, arg); in ecryptfs_unlocked_ioctl()
399 .unlocked_ioctl = ecryptfs_unlocked_ioctl,
413 .unlocked_ioctl = ecryptfs_unlocked_ioctl,
/linux/arch/arc/kernel/
A Darc_hostlink.c40 .unlocked_ioctl = arc_hl_ioctl,
/linux/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/drivers/gpu/drm/tdfx/
A Dtdfx_drv.c52 .unlocked_ioctl = drm_ioctl,
/linux/fs/proc/
A Dinode.c575 .unlocked_ioctl = proc_reg_unlocked_ioctl,
588 .unlocked_ioctl = proc_reg_unlocked_ioctl,
601 .unlocked_ioctl = proc_reg_unlocked_ioctl,
615 .unlocked_ioctl = proc_reg_unlocked_ioctl,
/linux/drivers/gpu/drm/i810/
A Di810_drv.c52 .unlocked_ioctl = drm_ioctl,
/linux/drivers/gpu/drm/savage/
A Dsavage_drv.c43 .unlocked_ioctl = drm_ioctl,
/linux/fs/coda/
A Dpioctl.c39 .unlocked_ioctl = coda_pioctl,
/linux/drivers/gpu/drm/mga/
A Dmga_drv.c47 .unlocked_ioctl = drm_ioctl,
/linux/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()
907 if (!file->f_op->unlocked_ioctl) in compat_ptr_ioctl()
910 return file->f_op->unlocked_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in compat_ptr_ioctl()
/linux/drivers/gpu/drm/r128/
A Dr128_drv.c51 .unlocked_ioctl = drm_ioctl,
/linux/fs/cifs/
A Dcifsfs.c1278 .unlocked_ioctl = cifs_ioctl,
1298 .unlocked_ioctl = cifs_ioctl,
1317 .unlocked_ioctl = cifs_ioctl,
1336 .unlocked_ioctl = cifs_ioctl,
1354 .unlocked_ioctl = cifs_ioctl,
1371 .unlocked_ioctl = cifs_ioctl,
1383 .unlocked_ioctl = cifs_ioctl,
/linux/drivers/xen/xenbus/
A Dxenbus_dev_backend.c113 .unlocked_ioctl = xenbus_backend_ioctl,
/linux/drivers/s390/char/
A Dsclp_ctl.c116 .unlocked_ioctl = sclp_ctl_ioctl,
/linux/drivers/gpu/drm/via/
A Dvia_drv.c67 .unlocked_ioctl = drm_ioctl,
/linux/drivers/char/
A Duv_mmtimer.c53 .unlocked_ioctl = uv_mmtimer_ioctl,
/linux/arch/sh/boards/mach-landisk/
A Dgio.c124 .unlocked_ioctl = gio_ioctl,
/linux/drivers/platform/x86/
A Dintel_scu_ipcutil.c128 .unlocked_ioctl = scu_ipc_ioctl,
/linux/include/drm/
A Ddrm_gem_cma_helper.h60 .unlocked_ioctl = drm_ioctl,\
/linux/drivers/gpu/drm/sis/
A Dsis_drv.c73 .unlocked_ioctl = drm_ioctl,
/linux/fs/debugfs/
A Dfile.c152 !real_fops->unlocked_ioctl && in debugfs_locked_down()
241 FULL_PROXY_FUNC(unlocked_ioctl, long, filp,
295 if (real_fops->unlocked_ioctl) in __full_proxy_fops_init()
296 proxy_fops->unlocked_ioctl = full_proxy_unlocked_ioctl; in __full_proxy_fops_init()

Completed in 25 milliseconds

12345678910>>...22