Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
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.h217 * - add backing_id to fuse_open_out, add FOPEN_PASSTHROUGH open flag
801 struct fuse_open_out { struct
802 fhfuse_open_out global() argument
803 open_flagsfuse_open_out global() argument
804 backing_idfuse_open_out global() argument
/linux/fs/fuse/
H A Dfuse_i.h352 struct fuse_open_out open_outarg;
H A Dfile.c28 struct fuse_open_out *outargp) in fuse_send_open()
144 struct fuse_open_out *outargp = &ff->args->open_outarg; in fuse_file_open()
H A Ddir.c627 struct fuse_open_out *outopenp; in fuse_create_open()