Searched refs:fssh_module_info (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dmodule.h10 struct fssh_module_info;
17 void register_builtin_module(struct fssh_module_info *info);
H A Dmodule.cpp56 fssh_module_info *info; /* will only be valid if ref_count > 0 */
129 create_module(fssh_module_info *info, const char *file, int offset, module **_module)
280 register_builtin_module(struct fssh_module_info *info)
343 fssh_get_module(const char *path, fssh_module_info **_info)
H A Dfuse.cpp34 extern fssh_module_info *modules[];
H A Dfssh.cpp41 extern fssh_module_info *modules[];
H A Dvfs.cpp496 if (fssh_get_module(fsName ? fsName : name, (fssh_module_info **)&info) != FSSH_B_OK)
/haiku/headers/private/fs_shell/
H A Dfssh_module.h18 typedef struct fssh_module_info { struct
22 } fssh_module_info; typedef in typeref:struct:fssh_module_info
39 fssh_module_info **info;
48 fssh_module_info **_info);
H A Dfssh_fs_interface.h278 struct fssh_module_info info;
H A Dfssh_api_wrapper.h1057 #define module_info fssh_module_info

Completed in 74 milliseconds