Searched refs:ext4_sync_file (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | fsync.c | 119 * akpm: A new design for ext4_sync_file(). 129 int ext4_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in ext4_sync_file() function
|
H A D | dir.c | 666 .fsync = ext4_sync_file,
|
H A D | file.c | 928 .fsync = ext4_sync_file,
|
H A D | ext4.h | 2748 extern int ext4_sync_file(struct file *, loff_t, loff_t, int);
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | fsync.c | 119 * akpm: A new design for ext4_sync_file(). 129 int ext4_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in ext4_sync_file() function
|
H A D | dir.c | 675 .fsync = ext4_sync_file,
|
H A D | file.c | 944 .fsync = ext4_sync_file,
|
H A D | ext4.h | 2837 extern int ext4_sync_file(struct file *, loff_t, loff_t, int);
|
Completed in 19 milliseconds