函数逻辑报告 |
Source Code:fs\quota\quota_v2.c |
Create Date:2022-07-29 11:09:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:v2_read_header
函数原型:static int v2_read_header(struct super_block *sb, int type, struct v2_disk_dqheader *dqhead)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct super_block * | sb | |
int | type | |
struct v2_disk_dqheader * | dqhead |
64 | size等于quota_read(sb, type, (char * )dqhead, sizeof(structv2_disk_dqheader), 0) |
66 | 如果size不等于sizeof(structv2_disk_dqheader)则 |
67 | quota_error(sb, "Failed header read: expected=%zd got=%zd", sizeof(structv2_disk_dqheader), size) |
71 | 返回:负EIO |
73 | 返回:0 |
名称 | 描述 |
---|---|
v2_check_quota_file | Check whether given file is really vfsv0 quotafile |
v2_read_file_info | Read information header from quota file |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |