Searched refs:do_balance (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dstree.c716 "PAP-5140: search_by_key: schedule occurred in do_balance!");
1289 do_balance(&s_del_balance, NULL, NULL, M_DELETE);
1374 do_balance(&tb, NULL, NULL, M_DELETE);
1550 /* Every function which is going to call do_balance must first
1720 do_balance(&s_cut_balance, NULL, NULL, c_mode);
2014 do_balance(&s_paste_balance, NULL /*ih */ , p_c_body, M_PASTE);
2098 do_balance(&s_ins_balance, p_s_ih, p_c_body, M_INSERT);
H A Ddo_balan.c14 ** do_balance
29 is interrupting do_balance */
61 be performed by do_balance.
252 (see comment to do_balance) */
1889 "do_balance cannot properly handle schedule occurring while it runs.");
1988 while do_balance works. ( Only interrupt handlers are acceptable.)
2045 ** put the buffers we want freed on the thrown list during do_balance,
2057 void do_balance(struct tree_balance *tb, /* tree_balance structure */ function
2093 "clm-6000: do_balance, fs generation has changed\n");
2098 "PAP-12350: do_balance
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1193 /* in do_balance leaf has h == 0 in contrast with path structure,
1318 #define MAX_FREE_BLOCK 7 /* size of the array of buffers to free at end of do_balance */
1376 struct buffer_head *buf_to_free[MAX_FREE_BLOCK]; /* buffers which are to be freed after do_balance finishes by unfix_nodes */
1406 /* When further balancing is not needed, then do_balance does not need
1421 /* used in do_balance for passing parent of node information that has
2021 /* do_balance.c */
2027 void do_balance(struct tree_balance *tb, struct item_head *ih,

Completed in 83 milliseconds