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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfix_node.c753 int n_counter; local
757 for (n_counter = 0; n_counter < MAX_HEIGHT; n_counter++) {
758 decrement_bcount(p_s_tb->L[n_counter]);
759 p_s_tb->L[n_counter] = NULL;
760 decrement_bcount(p_s_tb->R[n_counter]);
761 p_s_tb->R[n_counter] = NULL;
762 decrement_bcount(p_s_tb->FL[n_counter]);
763 p_s_tb->FL[n_counter]
784 int n_counter, n_number_of_freeblk, n_amount_needed, /* number of needed empty blocks */ local
961 int n_counter, local
[all...]

Completed in 38 milliseconds