Searched refs:simple_fsync_noflush (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ |
| H A D | libfs.c | 1551 int simple_fsync_noflush(struct file *file, loff_t start, loff_t end, in simple_fsync_noflush() function 1575 EXPORT_SYMBOL(simple_fsync_noflush); 1592 err = simple_fsync_noflush(file, start, end, datasync); in simple_fsync()
|
| /linux/fs/exfat/ |
| H A D | file.c | 621 err = simple_fsync_noflush(filp, start, end, datasync); in exfat_file_fsync()
|
| /linux/include/linux/ |
| H A D | fs.h | 3309 extern int simple_fsync_noflush(struct file *, loff_t, loff_t, int);
|