Function report |
Source Code:block\genhd.c |
Create Date:2022-07-28 17:17:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__disk_get_part
Proto:struct hd_struct *__disk_get_part(struct gendisk *disk, int partno)
Type:struct hd_struct
Parameter:
Type | Parameter | Name |
---|---|---|
struct gendisk * | disk | |
int | partno |
115 | If Value for the false possibility is greater at compile time(partno < 0 || partno >= len) Then Return NULL |
117 | Return fetch RCU-protected pointer for dereferencing(part[partno]) |
Name | Describe |
---|---|
disk_get_part | disk_get_part - get partition*@disk: disk to look partition from*@partno: partition number* Look for partition @partno from @disk. If found, increment* reference count and return it.* CONTEXT:* Don't care.* RETURNS: |
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 |