Lines Matching refs:tb

622 void store_print_tb(struct tree_balance *tb)  in store_print_tb()  argument
628 if (!tb) in store_print_tb()
636 REISERFS_SB(tb->tb_sb)->s_do_balance, in store_print_tb()
637 tb->tb_mode, PATH_LAST_POSITION(tb->tb_path), in store_print_tb()
638 tb->tb_path->pos_in_item); in store_print_tb()
640 for (h = 0; h < ARRAY_SIZE(tb->insert_size); h++) { in store_print_tb()
641 if (PATH_H_PATH_OFFSET(tb->tb_path, h) <= in store_print_tb()
642 tb->tb_path->path_length in store_print_tb()
643 && PATH_H_PATH_OFFSET(tb->tb_path, in store_print_tb()
645 tbSh = PATH_H_PBUFFER(tb->tb_path, h); in store_print_tb()
646 tbFh = PATH_H_PPARENT(tb->tb_path, h); in store_print_tb()
656 (tb->L[h]) ? (long long)(tb->L[h]->b_blocknr) : (-1LL), in store_print_tb()
657 (tb->L[h]) ? atomic_read(&tb->L[h]->b_count) : -1, in store_print_tb()
658 (tb->R[h]) ? (long long)(tb->R[h]->b_blocknr) : (-1LL), in store_print_tb()
659 (tb->R[h]) ? atomic_read(&tb->R[h]->b_count) : -1, in store_print_tb()
661 (tb->FL[h]) ? (long long)(tb->FL[h]-> in store_print_tb()
663 (tb->FR[h]) ? (long long)(tb->FR[h]-> in store_print_tb()
665 (tb->CFL[h]) ? (long long)(tb->CFL[h]-> in store_print_tb()
667 (tb->CFR[h]) ? (long long)(tb->CFR[h]-> in store_print_tb()
675 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0], in store_print_tb()
676 tb->rbytes, tb->blknum[0], tb->s0num, tb->snum[0], in store_print_tb()
677 tb->sbytes[0], tb->snum[1], tb->sbytes[1], in store_print_tb()
678 tb->cur_blknum, tb->lkey[0], tb->rkey[0]); in store_print_tb()
686 h, tb->insert_size[h], tb->lnum[h], tb->rnum[h], in store_print_tb()
687 tb->blknum[h]); in store_print_tb()
688 } while (tb->insert_size[h]); in store_print_tb()
696 for (i = 0; i < ARRAY_SIZE(tb->FEB); i++) in store_print_tb()
698 "%p (%llu %d)%s", tb->FEB[i], in store_print_tb()
699 tb->FEB[i] ? (unsigned long long)tb->FEB[i]-> in store_print_tb()
701 tb->FEB[i] ? atomic_read(&tb->FEB[i]->b_count) : 0, in store_print_tb()
702 (i == ARRAY_SIZE(tb->FEB) - 1) ? "\n" : ", "); in store_print_tb()