Lines Matching defs:fuse_session
44 struct fuse_session { struct
45 char *mountpoint;
46 volatile int exited;
47 int fd;
48 struct mount_opts *mo;
49 int debug;
50 int deny_others;
51 struct fuse_lowlevel_ops op;
52 int got_init;
53 struct cuse_data *cuse_data;
54 void *userdata;
55 uid_t owner;
56 struct fuse_conn_info conn;
57 struct fuse_req list;
58 struct fuse_req interrupts;
59 pthread_mutex_t lock;
60 int got_destroy;
61 pthread_key_t pipe_key;
62 int broken_splice_nonblock;
63 uint64_t notify_ctr;
64 struct fuse_notify_req notify_list;
65 size_t bufsize;
66 int error;