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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dibalance.c143 dc = B_N_CHILD(cur, to + 1);
180 B_N_CHILD(cur_bi->bi_parent, cur_bi->bi_position);
233 dc = B_N_CHILD(cur, first_p);
254 t_dc = B_N_CHILD(cur_bi->bi_parent, cur_bi->bi_position);
325 dc = B_N_CHILD(dest, dest_order);
330 memcpy(dc, B_N_CHILD(src, src_order), DC_SIZE * cpy_num);
355 t_dc = B_N_CHILD(dest_bi->bi_parent, dest_bi->bi_position);
448 t_dc = B_N_CHILD(dest_bi->bi_parent, dest_bi->bi_position);
845 dc = B_N_CHILD(tbSh, 0);
908 dc = B_N_CHILD(t
[all...]
H A Ddo_balan.c1707 B_N_CHILD(bi->bi_parent, bi->bi_position)->dc_size = 0; /* Endian safe if 0 */
1858 dc = B_N_CHILD(bh, 0);
1917 dc_size(B_N_CHILD
1927 dc_size(B_N_CHILD
1937 dc_size(B_N_CHILD(PATH_H_PBUFFER(tb->tb_path, 1),
1941 dc_size(B_N_CHILD(PATH_H_PBUFFER(tb->tb_path, 1),
1952 dc_size(B_N_CHILD
H A Dlbalance.c364 t_dc = B_N_CHILD(dest_bi->bi_parent, dest_bi->bi_position);
860 t_dc = B_N_CHILD(bi->bi_parent, bi->bi_position);
949 B_N_CHILD(bi->bi_parent, bi->bi_position);
1116 t_dc = B_N_CHILD(bi->bi_parent, bi->bi_position);
1185 B_N_CHILD(bi->bi_parent, bi->bi_position);
H A Dfix_node.c869 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order)));
890 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order)));
1609 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) /
1626 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) /
1665 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) / (DC_SIZE +
1680 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / (DC_SIZE +
1977 dc_size(B_N_CHILD(p_s_tb->FL[0], n_child_position)),
2011 dc_size(B_N_CHILD(p_s_tb->FR[0], n_child_position)),
2014 dc_size(B_N_CHILD(p_s_tb->FR[0], n_child_position)));
H A Dprints.c412 dc = B_N_CHILD(bh, from);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1098 #define B_N_CHILD(p_s_bh,n_pos) ((struct disk_child *)\ macro
1102 #define B_N_CHILD_NUM(p_s_bh,n_pos) (dc_block_number(B_N_CHILD(p_s_bh,n_pos)))
1103 #define PUT_B_N_CHILD_NUM(p_s_bh,n_pos, val) (put_dc_block_number(B_N_CHILD(p_s_bh,n_pos), val ))

Completed in 169 milliseconds