Searched refs:hpfs_file_fsync (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | file.c | 24 int hpfs_file_fsync(struct file *file, loff_t start, loff_t end, int datasync) in hpfs_file_fsync() function 215 .fsync = hpfs_file_fsync,
|
H A D | hpfs_fn.h | 271 int hpfs_file_fsync(struct file *, loff_t, loff_t, int);
|
H A D | dir.c | 326 .fsync = hpfs_file_fsync,
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | file.c | 25 int hpfs_file_fsync(struct file *file, loff_t start, loff_t end, int datasync) in hpfs_file_fsync() function 261 .fsync = hpfs_file_fsync,
|
H A D | dir.c | 326 .fsync = hpfs_file_fsync,
|
H A D | hpfs_fn.h | 271 int hpfs_file_fsync(struct file *, loff_t, loff_t, int);
|
Completed in 5 milliseconds