Home
last modified time | relevance | path

Searched refs:fuse_open_out (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/filesystems/fuse/
H A Dfuse-passthrough.rst43 ``fuse_open_out::open_flags`` and provides the corresponding ``backing_id``
44 in ``fuse_open_out::backing_id``.
/linux/include/uapi/linux/
H A Dfuse.h807 struct fuse_open_out { struct
/linux/fs/fuse/
H A Dfuse_i.h370 struct fuse_open_out open_outarg;
H A Dfile.c28 struct fuse_open_out *outargp) in fuse_send_open()
155 struct fuse_open_out *outargp = &ff->args->open_outarg; in fuse_file_open()
H A Ddir.c821 struct fuse_open_out *outopenp; in fuse_create_open()