Lines Matching refs:fuse_module
200 static struct fuse_module *fuse_modules = NULL;
206 struct fuse_module *mod;
208 mod = calloc(1, sizeof(struct fuse_module));
230 static void fuse_unregister_module(struct fuse_module *m)
232 struct fuse_module **mp;
291 static struct fuse_module *fuse_find_module(const char *module)
293 struct fuse_module *m;
303 static struct fuse_module *fuse_get_module(const char *module)
305 struct fuse_module *m;
318 static void fuse_put_module(struct fuse_module *m)
331 struct fuse_module **mp;
4743 struct fuse_module *m;
4800 struct fuse_module *m = fuse_get_module(module);