Function report | 
Source Code:fs\super.c | 
Create Date:2022-07-28 20:02:30 | 
| Last Modify:2022-05-24 06:42:17 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Setup private BDI for given superblock. It gets automatically cleaned up* in generic_shutdown_super().
Proto:int super_setup_bdi_name(struct super_block *sb, char *fmt, ...)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct super_block * | sb | |
| char * | fmt | 
| 1601 | bdi = bdi_alloc(GFP_KERNEL) | 
| 1608 | err = bdi_register_va(bdi, fmt, args) | 
| 1610 | If err Then | 
| 1614 | WARN_ON(s_bdi != & noop_backing_dev_info) | 
| 1617 | Return 0 | 
| Name | Describe | 
|---|---|
| super_setup_bdi | Setup private BDI for given superblock. I gets automatically cleaned up* in generic_shutdown_super(). | 
| 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  |