Searched refs:ubifs_fsync (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | file.c | 1311 int ubifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ubifs_fsync() function 1680 .fsync = ubifs_fsync,
|
H A D | ubifs.h | 1998 int ubifs_fsync(struct file *file, loff_t start, loff_t end, int datasync);
|
H A D | dir.c | 1725 .fsync = ubifs_fsync,
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | file.c | 1313 int ubifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ubifs_fsync() function 1662 .fsync = ubifs_fsync,
|
H A D | ubifs.h | 2027 int ubifs_fsync(struct file *file, loff_t start, loff_t end, int datasync);
|
H A D | dir.c | 1714 .fsync = ubifs_fsync,
|
Completed in 15 milliseconds