Lines Matching refs:tb

640 void store_print_tb(struct tree_balance *tb)  in store_print_tb()  argument
646 if (!tb) in store_print_tb()
654 REISERFS_SB(tb->tb_sb)->s_do_balance, in store_print_tb()
655 tb->tb_mode, PATH_LAST_POSITION(tb->tb_path), in store_print_tb()
656 tb->tb_path->pos_in_item); in store_print_tb()
658 for (h = 0; h < ARRAY_SIZE(tb->insert_size); h++) { in store_print_tb()
659 if (PATH_H_PATH_OFFSET(tb->tb_path, h) <= in store_print_tb()
660 tb->tb_path->path_length in store_print_tb()
661 && PATH_H_PATH_OFFSET(tb->tb_path, in store_print_tb()
663 tbSh = PATH_H_PBUFFER(tb->tb_path, h); in store_print_tb()
664 tbFh = PATH_H_PPARENT(tb->tb_path, h); in store_print_tb()
674 (tb->L[h]) ? (long long)(tb->L[h]->b_blocknr) : (-1LL), in store_print_tb()
675 (tb->L[h]) ? atomic_read(&tb->L[h]->b_count) : -1, in store_print_tb()
676 (tb->R[h]) ? (long long)(tb->R[h]->b_blocknr) : (-1LL), in store_print_tb()
677 (tb->R[h]) ? atomic_read(&tb->R[h]->b_count) : -1, in store_print_tb()
679 (tb->FL[h]) ? (long long)(tb->FL[h]-> in store_print_tb()
681 (tb->FR[h]) ? (long long)(tb->FR[h]-> in store_print_tb()
683 (tb->CFL[h]) ? (long long)(tb->CFL[h]-> in store_print_tb()
685 (tb->CFR[h]) ? (long long)(tb->CFR[h]-> in store_print_tb()
693 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0], in store_print_tb()
694 tb->rbytes, tb->blknum[0], tb->s0num, tb->snum[0], in store_print_tb()
695 tb->sbytes[0], tb->snum[1], tb->sbytes[1], in store_print_tb()
696 tb->cur_blknum, tb->lkey[0], tb->rkey[0]); in store_print_tb()
704 h, tb->insert_size[h], tb->lnum[h], tb->rnum[h], in store_print_tb()
705 tb->blknum[h]); in store_print_tb()
706 } while (tb->insert_size[h]); in store_print_tb()
714 for (i = 0; i < ARRAY_SIZE(tb->FEB); i++) in store_print_tb()
716 "%p (%llu %d)%s", tb->FEB[i], in store_print_tb()
717 tb->FEB[i] ? (unsigned long long)tb->FEB[i]-> in store_print_tb()
719 tb->FEB[i] ? atomic_read(&tb->FEB[i]->b_count) : 0, in store_print_tb()
720 (i == ARRAY_SIZE(tb->FEB) - 1) ? "\n" : ", "); in store_print_tb()