rename funcs and structs to btrfs

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-03-13 10:46:10 -04:00
committed by David Woodhouse
parent cf27e1eec0
commit 234b63a091
11 changed files with 454 additions and 447 deletions

View File

@@ -1,3 +1,3 @@
void print_leaf(struct leaf *l);
void print_tree(struct ctree_root *root, struct tree_buffer *t);
void btrfs_print_leaf(struct btrfs_leaf *l);
void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t);