Searched refs:KEY_SIZE (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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));
159 (nr - to) * KEY_SIZE + (nr + 1 + count) * DC_SIZE);
162 memcpy(ih, inserted, KEY_SIZE);
164 memcpy(ih + 1, inserted + 1, KEY_SIZE);
170 KEY_SIZE));
182 dc_size(t_dc) + (count * (DC_SIZE + KEY_SIZE)));
238 (nr - first_i - del_num) * KEY_SIZE + (nr + 1 -
245 (del_num * (KEY_SIZE + DC_SIZE)));
256 dc_size(t_dc) - (del_num * (KEY_SIZE
[all...]
H A Dfix_node.c93 vn->vn_nr_item = (vn->vn_size - DC_SIZE) / (DC_SIZE + KEY_SIZE);
213 tb->lnum[h] = cur_free / (DC_SIZE + KEY_SIZE);
293 tb->rnum[h] = cur_free / (DC_SIZE + KEY_SIZE);
407 i = ((to - from) * (KEY_SIZE + DC_SIZE) + DC_SIZE);
1189 + ((h) ? KEY_SIZE : 0)) {
1619 (DC_SIZE + KEY_SIZE);
1636 (DC_SIZE + KEY_SIZE);
1675 KEY_SIZE);
1690 KEY_SIZE);
2463 KEY_SIZE) * (t
[all...]
H A Ddo_balan.c1501 memcpy(insert_key + i, B_N_PKEY(S_new[i], 0), KEY_SIZE);
1742 KEY_SIZE); local
1745 KEY_SIZE); local
H A Dstree.c483 if (nr > (blocksize - BLKH_SIZE - DC_SIZE) / (KEY_SIZE + DC_SIZE)) {
490 used_space = BLKH_SIZE + KEY_SIZE * nr + DC_SIZE * (nr + 1);
740 KEY_SIZE,
H A Dprints.c731 bh->b_size - BLKH_SIZE - KEY_SIZE * B_NR_ITEMS(bh) -
H A Dinode.c1384 memset(INODE_PKEY(inode), 0, KEY_SIZE); local
1789 memcpy(INODE_PKEY(inode), &(ih.ih_key), KEY_SIZE); local
H A Dlbalance.c74 memcpy(&new_ih.ih_key, &ih->ih_key, KEY_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreiserfs_fs.h560 #define KEY_SIZE (sizeof(struct reiserfs_key)) macro
1255 ((bh)->b_data + BLKH_SIZE + B_NR_ITEMS(bh) * KEY_SIZE + DC_SIZE * (n_pos)))
1270 #define MAX_NR_KEY(bh) ( (MAX_CHILD_SIZE(bh)-DC_SIZE)/(KEY_SIZE+DC_SIZE) )
1964 memcpy(to, from, KEY_SIZE);

Completed in 203 milliseconds