Lines Matching defs:fuse_ll
61 struct fuse_ll { struct62 int debug;63 int allow_root;64 struct fuse_lowlevel_ops op;65 int got_init;66 void *userdata;67 uid_t owner;68 struct fuse_conn_info conn;69 struct fuse_req list;70 struct fuse_req interrupts;71 pthread_mutex_t lock;72 int got_destroy;