Btrfs: log changed inodes based on the extent map tree
[deliverable/linux.git] / fs / btrfs / ctree.h
index 9ed452f5d06269e6217be831398728ce5f1affee..55aff6764bb9b4e14824b41b76e74e3a7173974d 100644 (file)
@@ -3187,6 +3187,9 @@ static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans,
 }
 
 int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path);
+int btrfs_next_leaf_write(struct btrfs_trans_handle *trans,
+                         struct btrfs_root *root, struct btrfs_path *path,
+                         int del);
 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path,
                        u64 time_seq);
 static inline int btrfs_next_old_item(struct btrfs_root *root,
This page took 0.024786 seconds and 5 git commands to generate.