|
@@ -3276,7 +3276,7 @@ int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans,
|
|
struct btrfs_root *root, unsigned long count);
|
|
struct btrfs_root *root, unsigned long count);
|
|
int btrfs_async_run_delayed_refs(struct btrfs_root *root,
|
|
int btrfs_async_run_delayed_refs(struct btrfs_root *root,
|
|
unsigned long count, int wait);
|
|
unsigned long count, int wait);
|
|
-int btrfs_lookup_extent(struct btrfs_root *root, u64 start, u64 len);
|
|
|
|
|
|
+int btrfs_lookup_data_extent(struct btrfs_root *root, u64 start, u64 len);
|
|
int btrfs_lookup_extent_info(struct btrfs_trans_handle *trans,
|
|
int btrfs_lookup_extent_info(struct btrfs_trans_handle *trans,
|
|
struct btrfs_root *root, u64 bytenr,
|
|
struct btrfs_root *root, u64 bytenr,
|
|
u64 offset, int metadata, u64 *refs, u64 *flags);
|
|
u64 offset, int metadata, u64 *refs, u64 *flags);
|