Searched refs:vfs_ioctl (Results 1 - 2 of 2) sorted by path

/linux-master/fs/
H A Dioctl.c34 * vfs_ioctl - call filesystem specific ioctl methods
44 long vfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) function
57 EXPORT_SYMBOL(vfs_ioctl); variable
858 return vfs_ioctl(filp, cmd, arg);
904 error = vfs_ioctl(f.file, cmd, arg);
/linux-master/include/linux/
H A Dfs.h1918 extern long vfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);

Completed in 188 milliseconds