Lines Matching defs:fuse_session
44 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;
54 struct cuse_data *cuse_data;
55 void *userdata;
56 uid_t owner;
57 struct fuse_conn_info conn;
58 struct fuse_req list;
59 struct fuse_req interrupts;
60 pthread_mutex_t lock;
61 int got_destroy;
62 pthread_key_t pipe_key;
63 int broken_splice_nonblock;
64 uint64_t notify_ctr;
65 struct fuse_notify_req notify_list;
66 size_t bufsize;
67 int error;
72 struct libfuse_version version;