Searched refs:fuse_module (Results 1 – 2 of 2) sorted by relevance
82 struct fuse_module { struct85 struct fuse_module *next; argument
62 struct fuse_module *m;207 static struct fuse_module *fuse_modules = NULL;213 struct fuse_module *mod; in fuse_register_module()215 mod = calloc(1, sizeof(struct fuse_module)); in fuse_register_module()237 static void fuse_unregister_module(struct fuse_module *m) in fuse_unregister_module()239 struct fuse_module **mp; in fuse_unregister_module()298 static struct fuse_module *fuse_find_module(const char *module) in fuse_find_module()300 struct fuse_module *m; in fuse_find_module()310 static struct fuse_module *fuse_get_module(const char *module) in fuse_get_module()312 struct fuse_module *m; in fuse_get_module()[all …]