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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Ddo_balan.c262 struct buffer_head *S_new[2]; /* new nodes allocated to hold what could not fit into S */ local
264 into S_new (includes partially shifted
266 int sbytes[2]; /* if an item is partially shifted into S_new then
268 it is the number of entries from the item that are shifted into S_new
270 it is the number of bytes from the item that are shifted into S_new
825 /* here we shift from S to S_new nodes */
827 S_new[i] = get_FEB(tb);
830 set_blkh_level( B_BLK_HEAD(S_new[i]), DISK_LEAF_NODE_LEVEL );
839 { /* new item or it's part falls to first new node S_new[i]*/
841 { /* part of new item falls into S_new[
[all...]
H A Dibalance.c765 struct buffer_head * S_new; local
961 /* S_new = free buffer from list FEB */
962 S_new = get_FEB(tb);
964 set_blkh_level( B_BLK_HEAD(S_new), h + 1 );
967 dest_bi.bi_bh = S_new;
978 /* new items don't fall into S_new */
985 /* internal_move_pointers_items(S_new, tbSh, LAST_TO_FIRST, snum, 0);*/
987 /* all new items fall into S_new */
994 /* internal_move_pointers_items(S_new,tbSh,1,snum - insert_num,0);*/
996 /* insert insert_num keys and node-pointers into S_new */
[all...]

Completed in 43 milliseconds