| Function report | 
| Source Code: block\partitions\aix.c | Create Date:2022-07-28 17:26:19 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name: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!
Proto:static struct lvname *alloc_lvn(struct parsed_partitions *state, unsigned int lba)
Type:struct lvname
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct parsed_partitions * | state | |
| unsigned int | lba | 
| 157 | count = sizeof(structlvname) * LVM_MAXLVS | 
| 160 | p = Allocation memory | 
| 161 | If Not p Then Return NULL | 
| 168 | Return p | 
| Name | Describe | 
|---|---|
| aix_partition | 
| Source code conversion tool public plug-in interface | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |