Lines Matching defs:order
918 int order;
925 order = PATH_H_B_ITEM_ORDER(tb->tb_path, h) - 1;
927 order = B_NR_ITEMS(l);
931 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order)));
941 int order;
948 order = PATH_H_B_ITEM_ORDER(tb->tb_path, h) + 1;
950 order = 0;
954 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order)));
2147 * need in order to balance S[h], and get them if necessary.
2526 * out of order will be a pain in the butt that could have been avoided.