Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
Dfuse_loop_mt.c50 struct fuse_mt *mt;
53 struct fuse_mt { struct
125 static int fuse_loop_start_thread(struct fuse_mt *mt);
130 struct fuse_mt *mt = w->mt; in fuse_do_work()
245 static struct fuse_chan *fuse_clone_chan(struct fuse_mt *mt) in fuse_clone_chan()
279 static int fuse_loop_start_thread(struct fuse_mt *mt) in fuse_loop_start_thread()
316 static void fuse_join_worker(struct fuse_mt *mt, struct fuse_worker *w) in fuse_join_worker()
332 struct fuse_mt mt; in fuse_session_loop_mt_312()
347 memset(&mt, 0, sizeof(struct fuse_mt)); in fuse_session_loop_mt_312()