Function report |
Source Code:mm\backing-dev.c |
Create Date:2022-07-28 14:24:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bdi_lookup_rb_node
Proto:static struct rb_node **bdi_lookup_rb_node(u64 id, struct rb_node **parentp)
Type:struct rb_node
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | id | |
struct rb_node ** | parentp |
891 | lockdep_assert_held( & di_lock protects bdi_tree and updates to bdi_list. bdi_list has RCU* reader side locking.) |
895 | bdi = rb_entry(parent, structbacking_dev_info, rb_node) |
901 | Else Break |
907 | Return p |
Name | Describe |
---|---|
bdi_get_by_id | di_get_by_id - lookup and get bdi from its id*@id: bdi id to lookup* Find bdi matching @id and get it. Returns NULL if the matching bdi* doesn't exist or is already unregistered. |
bdi_register_va |
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 |