162306a36Sopenharmony_ci#include <linux/module.h> 262306a36Sopenharmony_ci#include "hostfs.h" 362306a36Sopenharmony_ci 462306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(stat_file); 562306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(access_file); 662306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(open_file); 762306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(open_dir); 862306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(seek_dir); 962306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(read_dir); 1062306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(read_file); 1162306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(write_file); 1262306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(lseek_file); 1362306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(fsync_file); 1462306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(replace_file); 1562306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(close_file); 1662306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(close_dir); 1762306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(file_create); 1862306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(set_attr); 1962306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(make_symlink); 2062306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(unlink_file); 2162306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(do_mkdir); 2262306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(hostfs_do_rmdir); 2362306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(do_mknod); 2462306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(link_file); 2562306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(hostfs_do_readlink); 2662306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(rename_file); 2762306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(rename2_file); 2862306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(do_statfs); 29