Searched refs:n_h (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 Dfix_node.c779 static int get_empty_nodes(struct tree_balance *p_s_tb, int n_h) argument
782 *p_s_Sh = PATH_H_PBUFFER(p_s_tb->tb_path, n_h);
794 (n_h) of the balancing analysis.
802 by all of the levels of the tree below n_h. */
803 /* blknum includes S[n_h], so we subtract 1 in this calculation */
805 n_counter < n_h; n_counter++)
812 n_amount_needed = (p_s_Sh) ? (p_s_tb->blknum[n_h] - 1) : 1;
895 static int is_left_neighbor_in_cache(struct tree_balance *p_s_tb, int n_h) argument
902 if (!p_s_tb->FL[n_h]) /* Father of the left neighbor does not exist. */
906 p_s_father = PATH_H_PBUFFER(p_s_tb->tb_path, n_h
952 get_far_parent(struct tree_balance *p_s_tb, int n_h, struct buffer_head **pp_s_father, struct buffer_head **pp_s_com_father, char c_lr_par) argument
1074 get_parents(struct tree_balance *p_s_tb, int n_h) argument
1884 get_direct_parent(struct tree_balance *p_s_tb, int n_h) argument
1936 get_neighbors(struct tree_balance *p_s_tb, int n_h) argument
2322 int n_ret_value, n_h, n_item_num = PATH_LAST_POSITION(p_s_tb->tb_path); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1200 #define PATH_H_PATH_OFFSET(p_s_path, n_h) ((p_s_path)->path_length - (n_h))

Completed in 53 milliseconds