Home
last modified time | relevance | path

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

/linux/fs/
H A Dioctl.c44 static int vfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in vfs_ioctl() function
551 return vfs_ioctl(filp, cmd, arg); in do_vfs_ioctl()
597 error = vfs_ioctl(fd_file(f), cmd, arg); in SYSCALL_DEFINE3()