Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A 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);
363 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.h1276 long fuse_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg,