Searched refs:ext2_fsync (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | file.c | 152 int ext2_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ext2_fsync() function 194 .fsync = ext2_fsync,
|
H A D | ext2.h | 779 extern int ext2_fsync(struct file *file, loff_t start, loff_t end,
|
H A D | dir.c | 702 .fsync = ext2_fsync,
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | file.c | 153 int ext2_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ext2_fsync() function 316 .fsync = ext2_fsync,
|
H A D | ext2.h | 783 extern int ext2_fsync(struct file *file, loff_t start, loff_t end,
|
H A D | dir.c | 715 .fsync = ext2_fsync,
|
Completed in 7 milliseconds