Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Dioctl.c217 long fuse_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg, in fuse_do_ioctl() function
410 EXPORT_SYMBOL_GPL(fuse_do_ioctl);
424 return fuse_do_ioctl(file, cmd, arg, flags); in fuse_ioctl_common()
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.h1411 long fuse_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg,