diff options
| author | Jan Schmidt <list.btrfs@jan-o-sch.net> | 2012-10-15 08:30:45 +0000 | 
|---|---|---|
| committer | Chris Mason <chris.mason@fusionio.com> | 2012-10-25 15:45:16 -0400 | 
| commit | 96b5bd777118bb673b458b41bbefc7f0f31d65c9 (patch) | |
| tree | bcb941e48650405cf61d7f152da9c102a5a07975 /fs/btrfs/backref.h | |
| parent | 84167d190569eedcdb24bf2499bdda437e442962 (diff) | |
| download | olio-linux-3.10-96b5bd777118bb673b458b41bbefc7f0f31d65c9.tar.xz olio-linux-3.10-96b5bd777118bb673b458b41bbefc7f0f31d65c9.zip  | |
Btrfs: extended inode refs support for send mechanism
This adds support for the new extended inode refs to btrfs send.
Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>
Diffstat (limited to 'fs/btrfs/backref.h')
| -rw-r--r-- | fs/btrfs/backref.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/btrfs/backref.h b/fs/btrfs/backref.h index e75533043a5..d61feca7945 100644 --- a/fs/btrfs/backref.h +++ b/fs/btrfs/backref.h @@ -62,6 +62,10 @@ int btrfs_find_all_roots(struct btrfs_trans_handle *trans,  char *btrfs_iref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path,  			 struct btrfs_inode_ref *iref, struct extent_buffer *eb,  			 u64 parent, char *dest, u32 size); +char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, +			u32 name_len, unsigned long name_off, +			struct extent_buffer *eb_in, u64 parent, +			char *dest, u32 size);  struct btrfs_data_container *init_data_container(u32 total_bytes);  struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,  |