Release 4.17 fs/btrfs/print-tree.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2007 Oracle. All rights reserved.
*/
#ifndef BTRFS_PRINT_TREE_H
#define BTRFS_PRINT_TREE_H
void btrfs_print_leaf(struct extent_buffer *l);
void btrfs_print_tree(struct extent_buffer *c, bool follow);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chris Mason | 23 | 74.19% | 4 | 57.14% |
David Sterba | 4 | 12.90% | 1 | 14.29% |
Qu Wenruo | 3 | 9.68% | 1 | 14.29% |
Eric Sandeen | 1 | 3.23% | 1 | 14.29% |
Total | 31 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.