Function report |
Source Code:fs\libfs.c |
Create Date:2022-07-28 20:10:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:generic_file_fsync - generic fsync implementation for simple filesystems* with flush*@file: file to synchronize*@start: start offset in bytes*@end: end offset in bytes (inclusive)*@datasync: only synchronize essential metadata if true
Proto:int generic_file_fsync(struct file *file, loff_t start, loff_t end, int datasync)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
loff_t | start | |
loff_t | end | |
int | datasync |
1044 | Return blkdev_issue_flush(s_bdev, GFP_KERNEL, NULL) |
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 |