Function report |
Source Code:fs\block_dev.c |
Create Date:2022-07-28 20:14:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blkdev_fsync
Proto:int blkdev_fsync(struct file *filp, loff_t start, loff_t end, int datasync)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | filp | |
loff_t | start | |
loff_t | end | |
int | datasync |
662 | bd_inode = bdev_file_inode(filp) |
675 | error = blkdev_issue_flush(bdev, GFP_KERNEL, NULL) |
676 | If error == -EOPNOTSUPP Then error = 0 |
679 | Return error |
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 |