函数逻辑报告 |
Source Code:fs\namespace.c |
Create Date:2022-07-29 10:39:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:vfs_kern_mount
函数原型:struct vfsmount *vfs_kern_mount(struct file_system_type *type, int flags, const char *name, void *data)
返回类型:struct vfsmount
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file_system_type * | type | |
int | flags | |
const char * | name | |
void * | data |
977 | ret等于0 |
986 | 如果name则ret等于vfs_parse_fs_string(fc, "source", name, strlen - Find the length of a string*@s: The string to be sized) |
989 | 如果非ret则ret等于parse_monolithic_mount_data(fc, data) |
997 | 返回:mnt |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |