|
@@ -1825,9 +1825,9 @@ extern ssize_t vfs_readv(struct file *, const struct iovec __user *,
|
|
unsigned long, loff_t *, rwf_t);
|
|
unsigned long, loff_t *, rwf_t);
|
|
extern ssize_t vfs_copy_file_range(struct file *, loff_t , struct file *,
|
|
extern ssize_t vfs_copy_file_range(struct file *, loff_t , struct file *,
|
|
loff_t, size_t, unsigned int);
|
|
loff_t, size_t, unsigned int);
|
|
-extern int vfs_clone_file_prep(struct file *file_in, loff_t pos_in,
|
|
|
|
- struct file *file_out, loff_t pos_out,
|
|
|
|
- u64 *count, bool is_dedupe);
|
|
|
|
|
|
+extern int generic_remap_file_range_prep(struct file *file_in, loff_t pos_in,
|
|
|
|
+ struct file *file_out, loff_t pos_out,
|
|
|
|
+ u64 *count, bool is_dedupe);
|
|
extern int do_clone_file_range(struct file *file_in, loff_t pos_in,
|
|
extern int do_clone_file_range(struct file *file_in, loff_t pos_in,
|
|
struct file *file_out, loff_t pos_out, u64 len);
|
|
struct file *file_out, loff_t pos_out, u64 len);
|
|
extern int vfs_clone_file_range(struct file *file_in, loff_t pos_in,
|
|
extern int vfs_clone_file_range(struct file *file_in, loff_t pos_in,
|