print-tree.h 193 字节
Newer Older
1 2
#ifndef __PRINT_TREE_
#define __PRINT_TREE_
C
Chris Mason 已提交
3
void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
C
Chris Mason 已提交
4
void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t);
5
#endif