Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef BTRFS_REFLINK_H
0004 #define BTRFS_REFLINK_H
0005 
0006 #include <linux/fs.h>
0007 
0008 loff_t btrfs_remap_file_range(struct file *file_in, loff_t pos_in,
0009                   struct file *file_out, loff_t pos_out,
0010                   loff_t len, unsigned int remap_flags);
0011 
0012 #endif /* BTRFS_REFLINK_H */