]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - fs/btrfs/print-tree.h
Btrfs: no slashes in subvolume names
[mirror_ubuntu-hirsute-kernel.git] / fs / btrfs / print-tree.h
CommitLineData
e089f05c
CM
1#ifndef __PRINT_TREE_
2#define __PRINT_TREE_
123abc88 3void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
e20d96d6 4void btrfs_print_tree(struct btrfs_root *root, struct buffer_head *t);
e089f05c 5#endif