Searched refs:btrfs_sync_file (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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 | 1785 int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in btrfs_sync_file() function 3884 .fsync = btrfs_sync_file,
|
H A D | inode.c | 10967 .fsync = btrfs_sync_file,
|
/openbmc/linux/include/trace/events/ |
H A D | btrfs.h | 778 TRACE_EVENT(btrfs_sync_file,
|