函数逻辑报告 |
Source Code:block\partitions\aix.c |
Create Date:2022-07-27 19:01:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:alloc_lvn(): reads logical volume names*@state*@lba* Description: Returns lvn on success, NULL on error.* Allocates space for lvn and fill it with disk blocks at @lba* Notes: remember to free lvn when you're done!
函数原型:static struct lvname *alloc_lvn(struct parsed_partitions *state, unsigned int lba)
返回类型:struct lvname
参数:
类型 | 参数 | 名称 |
---|---|---|
struct parsed_partitions * | state | |
unsigned int | lba |
157 | count等于sizeof(structlvname)乘LVM_MAXLVS |
161 | 如果非p则返回:NULL |
165 | 释放内存 |
166 | 返回:NULL |
168 | 返回:p |
名称 | 描述 |
---|---|
aix_partition |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |