Lines Matching refs:rbytes

294 	tb->rbytes = -1;  in check_right()
309 tb->rbytes = -1; in check_right()
331 tb->rbytes = -1; in check_right()
338 tb->rbytes = op_check_right (vi, cur_free); in check_right()
339 if (tb->rbytes != -1) in check_right()
576 tb->rbytes = rb; in set_parameters()
582 PROC_INFO_ADD( tb -> tb_sb, rbytes[ h ], rb ); in set_parameters()
599 to_right = tb->rnum[0] - ((tb->rbytes != -1) ? 1 : 0); in is_leaf_removable()
611 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes == -1) in is_leaf_removable()
620 if (tb->lbytes + tb->rbytes >= size) { in is_leaf_removable()
718 -1, tb->rbytes);\
720 set_parameters (tb, h, 0, rpar - (tb->rbytes!=-1), rnver, snum012+rset,\
1311 (tb->rnum[h] >= vn->vn_nr_item && (tb->rbytes == -1)) ), in ip_check_balance()
1412 0, -1, h ? (vn->vn_nr_item-rpar) : (rpar - (( tb->rbytes != -1 ) ? 1 : 0)), -1, in ip_check_balance()
1419 0, -1, (rpar - ((tb->rbytes != -1) ? 1 : 0)), tb->rbytes, in ip_check_balance()
1434 … tb->lbytes == -1) ? 0 : 1), -1, h ? (vn->vn_nr_item-rpar):(rpar - ((tb->rbytes != -1) ? 1 : 0)), … in ip_check_balance()
1441 …lpar - ((tb->lbytes != -1) ? 1 : 0), tb->lbytes, (rpar - ((tb->rbytes != -1) ? 1 : 0)), tb->rbytes, in ip_check_balance()
1464 tb->lbytes, tb->rbytes); in ip_check_balance()
1467 tb->rnum[h] - ((tb->rbytes == -1) ? 0 : 1), lrnver, snum012 + lrset, -1, -1); in ip_check_balance()
1750 ((tb->rnum[0] - ((tb->rbytes == -1) ? 0 : 1)) < vn->vn_nr_item) || /* S can not be merged with R */ in dc_check_balance_leaf()
1761 if (tb->rnum[0] >= vn->vn_nr_item && tb->rbytes == -1) { in dc_check_balance_leaf()