Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7c4452b9a6ca7aabe37ea2e43d443110bdc08cd8
/
.
/
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