Function report |
Source Code:fs\buffer.c |
Create Date:2022-07-28 20:14:09 |
Last Modify:2020-03-18 10:38:29 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:check_irqs_on
Proto:static inline void check_irqs_on(void)
Type:void
Parameter:Nothing
1259 | BUG_ON(Some architectures don't define arch_irqs_disabled(), so even if either* definition would be fine we need to use different ones for the time being* to avoid build issues.()) |
Name | Describe |
---|---|
bh_lru_install | Install a buffer_head into this cpu's LRU. If not already in the LRU, it is* inserted at the front, and the buffer_head at the back if any is evicted.* Or, if already in the LRU it is moved to the front. |
lookup_bh_lru | Look up the bh in this cpu's LRU. If it's there, move it to the head. |
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 |