Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
Dfuse_i.h83 struct fuse_module { struct
86 struct fuse_module *next; argument
Dfuse.c200 static struct fuse_module *fuse_modules = NULL;
206 struct fuse_module *mod; in fuse_register_module()
208 mod = calloc(1, sizeof(struct fuse_module)); in fuse_register_module()
230 static void fuse_unregister_module(struct fuse_module *m) in fuse_unregister_module()
232 struct fuse_module **mp; in fuse_unregister_module()
291 static struct fuse_module *fuse_find_module(const char *module) in fuse_find_module()
293 struct fuse_module *m; in fuse_find_module()
303 static struct fuse_module *fuse_get_module(const char *module) in fuse_get_module()
305 struct fuse_module *m; in fuse_get_module()
318 static void fuse_put_module(struct fuse_module *m) in fuse_put_module()
[all …]
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h654 struct fuse_module { struct
676 struct fuse_module *next; argument
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c76 struct fuse_module *m;
158 static struct fuse_module *fuse_modules;
204 static struct fuse_module *fuse_find_module(const char *module) in fuse_find_module()
206 struct fuse_module *m; in fuse_find_module()
216 static struct fuse_module *fuse_get_module(const char *module) in fuse_get_module()
218 struct fuse_module *m; in fuse_get_module()
231 static void fuse_put_module(struct fuse_module *m) in fuse_put_module()
241 struct fuse_module **mp; in fuse_put_module()
2931 struct fuse_module *m; in fuse_lib_help_modules()
3011 struct fuse_module *m = fuse_get_module(module); in fuse_push_module()