Home
last modified time | relevance | path

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

/fs/fuse/
Dioctl.c167 long fuse_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg, in fuse_do_ioctl() function
349 EXPORT_SYMBOL_GPL(fuse_do_ioctl);
372 return fuse_do_ioctl(file, cmd, arg, flags); in fuse_ioctl_common()
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()
Dfuse_i.h1325 long fuse_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg,