函数逻辑报告 |
Source Code:block\bio.c |
Create Date:2022-07-27 18:30:29 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__bio_try_merge_page - try appending data to an existing bvec.*@bio: destination bio*@page: start page to add*@len: length of the data to add*@off: offset of the data relative to @page*@same_page: return if the segment has been merged inside the same page
函数原型:bool __bio_try_merge_page(struct bio *bio, struct page *page, unsigned int len, unsigned int off, bool *same_page)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bio * | bio | |
struct page * | page | |
unsigned int | len | |
unsigned int | off | |
bool * | same_page |
803 | 如果WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))则返回:false |
806 | 如果 how many bio_vec's 大于0则 |
807 | bv等于 the actual vec list [ how many bio_vec's - 1] |
817 | 返回:false |
名称 | 描述 |
---|---|
bio_try_merge_pc_page | |
bio_add_page | _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 |
__bio_iov_iter_get_pages | __bio_iov_iter_get_pages - pin user or kernel pages and add them to a bio*@bio: bio to add pages to*@iter: iov iterator describing the region to be mapped* Pins pages from *iter and appends them to @bio's bvec array. The |
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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |