Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dcuse.c165 return fuse_do_ioctl(file, cmd, arg, flags); in cuse_file_ioctl()
178 return fuse_do_ioctl(file, cmd, arg, flags); in cuse_file_compat_ioctl()
H A Dfuse_i.h1195 long fuse_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg,
H A Dfile.c2806 long fuse_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg, in fuse_do_ioctl() function
2999 EXPORT_SYMBOL_GPL(fuse_do_ioctl);
3013 return fuse_do_ioctl(file, cmd, arg, flags); in fuse_ioctl_common()