函数逻辑报告 |
Source Code:block\bio.c |
Create Date:2022-07-27 18:30:34 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bio_release_pages
函数原型:void bio_release_pages(struct bio *bio, bool mark_dirty)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bio * | bio | |
bool | mark_dirty |
880 | 如果bio_flagged(bio, BIO_NO_PAGE_REF)则返回 |
名称 | 描述 |
---|---|
bio_map_user_iov | _map_user_iov - map user iovec into bio*@q: the struct request_queue for the bio*@iter: iovec iterator*@gfp_mask: memory allocation flags* Map the user space address into a bio suitable for io to a block* device. Returns an error pointer in case of error. |
bio_unmap_user | _unmap_user - unmap a bio*@bio: the bio being unmapped* Unmap a bio previously mapped by bio_map_user_iov(). Must be called from* process context.* bio_unmap_user() may sleep. |
bio_dirty_fn | _check_pages_dirty() will check that all the BIO's pages are still dirty.* If they are, then fine. If, however, some pages are clean then they must* have been written out during the direct-IO read. So we take another ref on |
bio_check_pages_dirty | |
blkdev_bio_end_io | |
dio_bio_complete | |
iomap_dio_bio_end_io |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |