Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
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 …]
/third_party/ntfs-3g/libfuse-lite/
Dfuse_session.c19 struct fuse_session { struct
20 struct fuse_session_ops op; argument
32 struct fuse_session *se; argument