Lines Matching refs:found_level
332 int found_level;
336 found_level = btrfs_header_level(eb);
337 if (found_level != level) {
342 eb->start, level, found_level);
367 if (found_level)
531 int found_level;
574 found_level = btrfs_header_level(eb);
575 if (found_level >= BTRFS_MAX_LEVEL) {
583 eb, found_level);
606 if (found_level == 0 && btrfs_check_leaf_full(eb)) {
611 if (found_level > 0 && btrfs_check_node(eb))