Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dioctl.c44 long vfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in vfs_ioctl() function
57 EXPORT_SYMBOL(vfs_ioctl);
831 return vfs_ioctl(filp, cmd, arg); in do_vfs_ioctl()
871 error = vfs_ioctl(f.file, cmd, arg); in SYSCALL_DEFINE3()
/openbmc/linux/include/linux/
H A Dfs.h1829 extern long vfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);