diff options
Diffstat (limited to 'fs/btrfs/backref.h')
-rw-r--r-- | fs/btrfs/backref.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/backref.h b/fs/btrfs/backref.h index 86fc20fec282..2a1ac6bfc724 100644 --- a/fs/btrfs/backref.h +++ b/fs/btrfs/backref.h | |||
@@ -71,6 +71,9 @@ int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid, | |||
71 | u64 start_off, struct btrfs_path *path, | 71 | u64 start_off, struct btrfs_path *path, |
72 | struct btrfs_inode_extref **ret_extref, | 72 | struct btrfs_inode_extref **ret_extref, |
73 | u64 *found_off); | 73 | u64 *found_off); |
74 | int btrfs_check_shared(struct btrfs_trans_handle *trans, | ||
75 | struct btrfs_fs_info *fs_info, u64 root_objectid, | ||
76 | u64 inum, u64 bytenr); | ||
74 | 77 | ||
75 | int __init btrfs_prelim_ref_init(void); | 78 | int __init btrfs_prelim_ref_init(void); |
76 | void btrfs_prelim_ref_exit(void); | 79 | void btrfs_prelim_ref_exit(void); |