Searched refs:btrfs_sync_file (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | file.h | 8 int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync);
|
H A D | reflink.c | 928 ret = btrfs_sync_file(src_file, off, off + len - 1, 0); in btrfs_remap_file_range() 930 ret = btrfs_sync_file(dst_file, destoff, in btrfs_remap_file_range()
|
H A D | file.c | 1543 * iomap_dio_complete() will call btrfs_sync_file() if we have a dsync in btrfs_direct_write() 1779 int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in btrfs_sync_file() function 3831 .fsync = btrfs_sync_file,
|
H A D | inode.c | 10926 .fsync = btrfs_sync_file,
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | file.c | 2095 int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in btrfs_sync_file() function 3611 .fsync = btrfs_sync_file,
|
H A D | ctree.h | 3098 int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync);
|
H A D | inode.c | 10452 .fsync = btrfs_sync_file,
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 686 TRACE_EVENT(btrfs_sync_file,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 778 TRACE_EVENT(btrfs_sync_file,
|
Completed in 43 milliseconds