aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2008-05-02 14:43:14 -0400
committerChris Mason <chris.mason@oracle.com>2008-09-25 11:04:02 -0400
commitf2eb0a241f0e5c135d93243b0236cb1f14c305e0 (patch)
treedd3141efb9142a294222b9195593371887519207 /fs/btrfs/ctree.h
parentd6bfde8765668c8687de72f7a40f52acdf4f2f19 (diff)
Btrfs: Clone file data ioctl
Add a new ioctl to clone file data Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 73b92dd150ff..3b6f8524a4ad 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1516,9 +1516,9 @@ int btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root
1516/* file-item.c */ 1516/* file-item.c */
1517int btrfs_insert_file_extent(struct btrfs_trans_handle *trans, 1517int btrfs_insert_file_extent(struct btrfs_trans_handle *trans,
1518 struct btrfs_root *root, 1518 struct btrfs_root *root,
1519 u64 objectid, u64 pos, u64 offset, 1519 u64 objectid, u64 pos, u64 disk_offset,
1520 u64 disk_num_bytes, 1520 u64 disk_num_bytes,
1521 u64 num_bytes); 1521 u64 num_bytes, u64 offset);
1522int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans, 1522int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans,
1523 struct btrfs_root *root, 1523 struct btrfs_root *root,
1524 struct btrfs_path *path, u64 objectid, 1524 struct btrfs_path *path, u64 objectid,