Searched refs:B_N_CHILD (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/reiserfs/
H A Dibalance.c151 dc = B_N_CHILD(cur, to + 1);
188 B_N_CHILD(cur_bi->bi_parent, cur_bi->bi_position);
243 dc = B_N_CHILD(cur, first_p);
264 t_dc = B_N_CHILD(cur_bi->bi_parent, cur_bi->bi_position);
343 dc = B_N_CHILD(dest, dest_order);
348 memcpy(dc, B_N_CHILD(src, src_order), DC_SIZE * cpy_num);
373 t_dc = B_N_CHILD(dest_bi->bi_parent, dest_bi->bi_position);
472 t_dc = B_N_CHILD(dest_bi->bi_parent, dest_bi->bi_position);
907 dc = B_N_CHILD(tbSh, 0);
973 dc = B_N_CHILD(t
[all...]
H A Ddo_balan.c1479 B_N_CHILD(bi->bi_parent, bi->bi_position)->dc_size = 0; /* Endian safe if 0 */
1624 dc = B_N_CHILD(bh, 0);
1687 dc_size(B_N_CHILD
1697 dc_size(B_N_CHILD
1707 dc_size(B_N_CHILD(PATH_H_PBUFFER(tb->tb_path, 1),
1711 dc_size(B_N_CHILD(PATH_H_PBUFFER(tb->tb_path, 1),
1722 dc_size(B_N_CHILD
H A Dlbalance.c396 t_dc = B_N_CHILD(dest_bi->bi_parent, dest_bi->bi_position);
966 t_dc = B_N_CHILD(bi->bi_parent, bi->bi_position);
1060 B_N_CHILD(bi->bi_parent, bi->bi_position);
1233 t_dc = B_N_CHILD(bi->bi_parent, bi->bi_position);
1302 B_N_CHILD(bi->bi_parent, bi->bi_position);
H A Dfix_node.c931 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order)));
954 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order)));
1795 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) /
1812 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) /
1857 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) / (DC_SIZE +
1872 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / (DC_SIZE +
2195 dc_size(B_N_CHILD(tb->FL[0], child_position)),
2232 dc_size(B_N_CHILD(tb->FR[0], child_position)),
2235 dc_size(B_N_CHILD(tb->FR[0], child_position)));
H A Dprints.c464 dc = B_N_CHILD(bh, from);
H A Dreiserfs.h2047 #define B_N_CHILD(bh, n_pos) ((struct disk_child *)\ macro
2051 #define B_N_CHILD_NUM(bh, n_pos) (dc_block_number(B_N_CHILD(bh, n_pos)))
2053 (put_dc_block_number(B_N_CHILD(bh, n_pos), val))

Completed in 447 milliseconds