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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Ddo_balan.c286 struct buffer_head *S_new[2]; /* new nodes allocated to hold what could not fit into S */ local
288 into S_new (includes partially shifted
290 int sbytes[2]; /* if an item is partially shifted into S_new then
292 it is the number of entries from the item that are shifted into S_new
294 it is the number of bytes from the item that are shifted into S_new
1162 /* here we shift from S to S_new nodes */
1164 S_new[i] = get_FEB(tb);
1167 set_blkh_level(B_BLK_HEAD(S_new[i]), DISK_LEAF_NODE_LEVEL);
1174 if (n - snum[i] < item_pos) { /* new item or it's part falls to first new node S_new[i] */
1175 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 186 milliseconds