函数逻辑报告 |
Source Code:fs\buffer.c |
Create Date:2022-07-29 10:45:25 |
Last Modify:2020-03-18 10:38:29 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ll_rw_block: low-level access to block devices (DEPRECATED)*@op: whether to %READ or %WRITE*@op_flags: req_flag_bits*@nr: number of &struct buffer_heads in the array*@bhs: array of pointers to &struct buffer_head* ll_rw_block() takes an array of pointers
函数原型:void ll_rw_block(int op, int op_flags, int nr, struct buffer_head *bhs[])
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
int | op | |
int | op_flags | |
int | nr | |
struct buffer_head * | bhs |
3155 | 如果非trylock_buffer(bh)则继续下一循环 |
3158 | 如果test_clear_buffer_dirty(bh)则 |
3162 | 继续下一循环 |
3164 | 否则 |
3172 | unlock_buffer(bh) |
名称 | 描述 |
---|---|
write_boundary_block | Called when we've recently written block `bblock', and it is known that* `bblock' was for a buffer_boundary() buffer. This means that the block at* `bblock + 1' is probably a dirty indirect block. Hunt it down and, if it's* dirty, schedule it for IO |
__breadahead | Do async read-ahead on a buffer.. |
__block_write_begin_int | |
block_truncate_page |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |