Function report |
Source Code:fs\aio.c |
Create Date:2022-07-28 20:21:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:aio_complete_rw
Proto:static void aio_complete_rw(struct kiocb *kiocb, long res, long res2)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kiocb * | kiocb | |
long | res | |
long | res2 |
1428 | If ki_flags & IOCB_WRITE Then |
1429 | inode = file_inode(ki_filp) |
1435 | If S_ISREG(i_mode) Then __sb_writers_acquired(i_sb, SB_FREEZE_WRITE) |
1437 | file_end_write(ki_filp) |
1440 | sult code for this event = res |
1441 | secondary result = res2 |
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 |