Home
last modified time | relevance | path

Searched refs:fuse_mt (Results 1 – 1 of 1) sorted by relevance

/external/libfuse/lib/
Dfuse_loop_mt.c41 struct fuse_mt *mt;
44 struct fuse_mt { struct
115 static int fuse_loop_start_thread(struct fuse_mt *mt);
120 struct fuse_mt *mt = w->mt; in fuse_do_work()
225 static struct fuse_chan *fuse_clone_chan(struct fuse_mt *mt) in fuse_clone_chan()
259 static int fuse_loop_start_thread(struct fuse_mt *mt) in fuse_loop_start_thread()
296 static void fuse_join_worker(struct fuse_mt *mt, struct fuse_worker *w) in fuse_join_worker()
311 struct fuse_mt mt; in fuse_session_loop_mt_32()
314 memset(&mt, 0, sizeof(struct fuse_mt)); in fuse_session_loop_mt_32()