Searched refs:DC_SIZE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dibalance.c138 RFALSE(B_FREE_SPACE(cur) < count * (KEY_SIZE + DC_SIZE),
140 B_FREE_SPACE(cur), count * (KEY_SIZE + DC_SIZE));
145 memmove(dc + count, dc, (nr + 1 - (to + 1)) * DC_SIZE);
153 memcpy(dc, new_dc, DC_SIZE * count);
159 (nr - to) * KEY_SIZE + (nr + 1 + count) * DC_SIZE);
169 blkh_free_space(blkh) - count * (DC_SIZE +
182 dc_size(t_dc) + (count * (DC_SIZE + KEY_SIZE)));
235 memmove(dc, dc + del_num, (nr + 1 - first_p - del_num) * DC_SIZE);
239 del_num) * DC_SIZE);
245 (del_num * (KEY_SIZE + DC_SIZE)));
[all...]
H A Dfix_node.c92 vn->vn_nr_item = (vn->vn_size - DC_SIZE) / (DC_SIZE + KEY_SIZE);
212 tb->lnum[h] = cur_free / (DC_SIZE + KEY_SIZE);
292 tb->rnum[h] = cur_free / (DC_SIZE + KEY_SIZE);
406 i = ((to - from) * (KEY_SIZE + DC_SIZE) + DC_SIZE);
1610 (DC_SIZE + KEY_SIZE);
1627 (DC_SIZE + KEY_SIZE);
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
[all...]
H A Dstree.c522 if (nr > (blocksize - BLKH_SIZE - DC_SIZE) / (KEY_SIZE + DC_SIZE)) {
530 used_space = BLKH_SIZE + KEY_SIZE * nr + DC_SIZE * (nr + 1);
H A Dprints.c710 DC_SIZE * (B_NR_ITEMS(bh) + 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1091 #define DC_SIZE (sizeof(struct disk_child)) macro
1099 ((p_s_bh)->b_data+BLKH_SIZE+B_NR_ITEMS(p_s_bh)*KEY_SIZE+DC_SIZE*(n_pos)))
1113 #define MAX_NR_KEY(bh) ( (MAX_CHILD_SIZE(bh)-DC_SIZE)/(KEY_SIZE+DC_SIZE) )

Completed in 126 milliseconds