Home
last modified time | relevance | path

Searched defs:fuse_session (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libfuse/lib/
H A Dfuse_i.h44 struct fuse_session { struct
45 char *mountpoint;
46 volatile int exited;
47 int fd;
48 struct fuse_custom_io *io;
49 struct mount_opts *mo;
50 int debug;
51 int deny_others;
52 struct fuse_lowlevel_ops op;
53 int got_init;
[all …]