Sign in
googlers
/
maze
/
linux
/
fabb568183de7996257080260d3537fa75b3667e
/
.
/
fs
/
btrfs
/
print-tree.h
blob: 396041a05cfa7a601e239d79f54421e905be5851 [
file
] [
log
] [
blame
]
#ifndef
__PRINT_TREE_
#define
__PRINT_TREE_
void
btrfs_print_leaf
(
struct
btrfs_root
*
root
,
struct
btrfs_leaf
*
l
);
void
btrfs_print_tree
(
struct
btrfs_root
*
root
,
struct
buffer_head
*
t
);
#endif