Searched refs:S_new (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ddo_balan.c264 struct buffer_head *S_new[2]; /* new nodes allocated to hold what could not fit into S */ local
266 into S_new (includes partially shifted
268 int sbytes[2]; /* if an item is partially shifted into S_new then
270 it is the number of entries from the item that are shifted into S_new
272 it is the number of bytes from the item that are shifted into S_new
1189 /* here we shift from S to S_new nodes */
1191 S_new[i] = get_FEB(tb);
1194 set_blkh_level(B_BLK_HEAD(S_new[i]), DISK_LEAF_NODE_LEVEL);
1201 if (n - snum[i] < item_pos) { /* new item or it's part falls to first new node S_new[i] */
1202 if (item_pos == n - snum[i] + 1 && sbytes[i] != -1) { /* part of new item falls into S_new[
[all...]
H A Dibalance.c764 struct buffer_head *S_new; local
980 /* S_new = free buffer from list FEB */
981 S_new = get_FEB(tb);
983 set_blkh_level(B_BLK_HEAD(S_new), h + 1);
986 dest_bi.bi_bh = S_new;
997 /* new items don't fall into S_new */
1005 /* internal_move_pointers_items(S_new, tbSh, LAST_TO_FIRST, snum, 0); */
1007 /* all new items fall into S_new */
1017 /* internal_move_pointers_items(S_new,tbSh,1,snum - insert_num,0); */
1019 /* insert insert_num keys and node-pointers into S_new */
[all...]

Completed in 33 milliseconds