Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfuse.h789 struct fuse_open_in { struct
790 flagsfuse_open_in global() argument
791 open_flagsfuse_open_in global() argument
/linux/fs/fuse/
H A Ddev.c608 args->in_args[0].size = sizeof(struct fuse_open_in); in fuse_adjust_compat()
H A Dfile.c30 struct fuse_open_in inarg; in fuse_send_open()