Home
last modified time | relevance | path

Searched refs:do_vfs_ioctl (Results 1 – 3 of 3) sorted by relevance

/fs/
Dinternal.h185 extern int do_vfs_ioctl(struct file *file, unsigned int fd, unsigned int cmd,
Dioctl.c635 int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd, in do_vfs_ioctl() function
714 error = do_vfs_ioctl(f.file, fd, cmd, arg); in ksys_ioctl()
Dcompat_ioctl.c1072 error = do_vfs_ioctl(f.file, fd, cmd, arg); in COMPAT_SYSCALL_DEFINE3()