Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
5af3981c1878b0657b9babd2ef7ec98c2008cf2c
/
.
/
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