Searched refs:f2fs_sync_file (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | dir.c | 1099 .fsync = f2fs_sync_file,
|
H A D | file.c | 375 int f2fs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in f2fs_sync_file() function 4352 .fsync = f2fs_sync_file,
|
H A D | f2fs.h | 2026 * for f2fs_sync_file to avoid data races when deciding checkpoint. in inc_valid_block_count() 3178 int f2fs_sync_file(struct file *file, loff_t start, loff_t end, int datasync);
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | dir.c | 1139 .fsync = f2fs_sync_file,
|
H A D | file.c | 385 int f2fs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in f2fs_sync_file() function 5026 .fsync = f2fs_sync_file,
|
H A D | f2fs.h | 2269 * for f2fs_sync_file to avoid data races when deciding checkpoint. in inc_valid_block_count() 3484 int f2fs_sync_file(struct file *file, loff_t start, loff_t end, int datasync);
|
Completed in 40 milliseconds