Searched refs:btrfs_sync_file (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/btrfs/
H A Dfile.h23 int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync);
H A Dreflink.c927 ret = btrfs_sync_file(src_file, off, off + len - 1, 0);
929 ret = btrfs_sync_file(dst_file, destoff,
H A Dfile.c1548 * iomap_dio_complete() will call btrfs_sync_file() if we have a dsync
1784 int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) function
3846 .fsync = btrfs_sync_file,
H A Dinode.c11039 .fsync = btrfs_sync_file,
/linux-master/include/trace/events/
H A Dbtrfs.h775 TRACE_EVENT(btrfs_sync_file,

Completed in 373 milliseconds