Lines Matching refs:h
587 int h = 0; in store_print_tb() local
603 for (h = 0; h < ARRAY_SIZE(tb->insert_size); h++) { in store_print_tb()
604 if (PATH_H_PATH_OFFSET(tb->tb_path, h) <= in store_print_tb()
607 h) > ILLEGAL_PATH_ELEMENT_OFFSET) { in store_print_tb()
608 tbSh = PATH_H_PBUFFER(tb->tb_path, h); in store_print_tb()
609 tbFh = PATH_H_PPARENT(tb->tb_path, h); in store_print_tb()
616 h, in store_print_tb()
619 (tb->L[h]) ? (long long)(tb->L[h]->b_blocknr) : (-1LL), in store_print_tb()
620 (tb->L[h]) ? atomic_read(&(tb->L[h]->b_count)) : -1, in store_print_tb()
621 (tb->R[h]) ? (long long)(tb->R[h]->b_blocknr) : (-1LL), in store_print_tb()
622 (tb->R[h]) ? atomic_read(&(tb->R[h]->b_count)) : -1, in store_print_tb()
624 (tb->FL[h]) ? (long long)(tb->FL[h]-> in store_print_tb()
626 (tb->FR[h]) ? (long long)(tb->FR[h]-> in store_print_tb()
628 (tb->CFL[h]) ? (long long)(tb->CFL[h]-> in store_print_tb()
630 (tb->CFR[h]) ? (long long)(tb->CFR[h]-> in store_print_tb()
644 h = 0; in store_print_tb()
646 h++; in store_print_tb()
649 h, tb->insert_size[h], tb->lnum[h], tb->rnum[h], in store_print_tb()
650 tb->blknum[h]); in store_print_tb()
651 } while (tb->insert_size[h]); in store_print_tb()
658 h = 0; in store_print_tb()