| Function report | 
| Source Code: mm\backing-dev.c | Create Date:2022-07-28 14:24:20 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:bdi_alloc_node
Proto:struct backing_dev_info *bdi_alloc_node(gfp_t gfp_mask, int node_id)
Type:struct backing_dev_info
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| gfp_t | gfp_mask | |
| int | node_id | 
| 872 | bdi = kmalloc_node(sizeof(structbacking_dev_info), gfp_mask | __GFP_ZERO, node_id) | 
| 874 | If Not bdi Then Return NULL | 
| 881 | Return bdi | 
| 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 |