xref: /kernel/linux/linux-6.6/fs/btrfs/reflink.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/fs/btrfs/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci
362306a36Sopenharmony_ci#ifndef BTRFS_REFLINK_H
462306a36Sopenharmony_ci#define BTRFS_REFLINK_H
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#include <linux/fs.h>
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciloff_t btrfs_remap_file_range(struct file *file_in, loff_t pos_in,
962306a36Sopenharmony_ci			      struct file *file_out, loff_t pos_out,
1062306a36Sopenharmony_ci			      loff_t len, unsigned int remap_flags);
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#endif /* BTRFS_REFLINK_H */
13

Indexes created Thu Nov 07 10:32:03 CST 2024