函数逻辑报告 |
Source Code:block\bio.c |
Create Date:2022-07-27 18:30:33 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:_add_page - attempt to add page(s) to bio*@bio: destination bio*@page: start page to add*@len: vec entry length, may cross pages*@offset: vec entry offset relative to @page, may cross pages* Attempt to add page(s) to the bio_vec maplist
函数原型:int bio_add_page(struct bio *bio, struct page *page, unsigned int len, unsigned int offset)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bio * | bio | |
struct page * | page | |
unsigned int | len | |
unsigned int | offset |
864 | bool same_page = false |
871 | 返回:len |
名称 | 描述 |
---|---|
__bio_iov_bvec_add_pages | |
__blkdev_issue_zero_pages | |
dio_bio_add_page | Attempt to put the current chunk of 'cur_page' into the current BIO. If* that was successful then update final_block_in_bio and take a ref against* the just-added page.* Return zero on success. Non-zero means the caller needs to start a new BIO. |
do_mpage_readpage | This is the worker routine which does all the work of mapping the disk* blocks and constructs largest possible bios, submits them for IO if the* blocks are not contiguous on the disk |
__mpage_writepage | |
fscrypt_zeroout_range | |
iomap_readpage_actor | |
iomap_add_to_ioend | Test to see if we have an existing ioend structure that we could append to* first, otherwise finish off the current ioend and start another. |
hib_submit_io |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |