Function report |
Source Code:fs\direct-io.c |
Create Date:2022-07-28 20:15:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Put cur_page under IO
Proto:static inline int dio_send_cur_page(struct dio *dio, struct dio_submit *sdio, struct buffer_head *map_bh)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct dio * | dio | |
struct dio_submit * | sdio | |
struct buffer_head * | map_bh |
765 | ret = 0 |
767 | If under assembly Then |
768 | cur_offset = Offset in file |
791 | If ( under assembly == NULL) Then |
800 | If ret == 0 Then |
805 | out : |
806 | Return ret |
Name | Describe |
---|---|
submit_page_section | An autonomous function to put a chunk of a page under deferred IO.* The caller doesn't actually know (or care) whether this piece of page is in* a BIO, or is under IO or whatever. We just take care of all possible * situations here |
do_blockdev_direct_IO | This is a library function for use by filesystem drivers |
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 |