Function report |
Source Code:block\blk-zoned.c |
Create Date:2022-07-28 18:06:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blk_alloc_zone_bitmap
Proto:static inline unsigned long *blk_alloc_zone_bitmap(int node, unsigned int nr_zones)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
int | node | |
unsigned int | nr_zones |
329 | Return kcalloc_node(BITS_TO_LONGS(nr_zones), sizeof(unsignedlong), GFP_NOIO, node) |
Name | Describe |
---|---|
blk_revalidate_zone_cb | Helper function to check the validity of zones of a zoned block device. |
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 |