Function report |
Source Code:block\bio.c |
Create Date:2022-07-28 16:55:21 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bio_release_pages
Proto:void bio_release_pages(struct bio *bio, bool mark_dirty)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bio * | bio | |
bool | mark_dirty |
880 | If bio_flagged(bio, BIO_NO_PAGE_REF) Then Return |
Name | Describe |
---|---|
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 |
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 |