Lines Matching refs:h
624 int h = 0; in store_print_tb() local
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()
644 h) > ILLEGAL_PATH_ELEMENT_OFFSET) { 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()
653 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()
681 h = 0; in store_print_tb()
683 h++; 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()
695 h = 0; in store_print_tb()