Searched refs:n_path_offset (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | stree.c | 310 int n_position, n_path_offset = p_s_chk_path->path_length; in get_lkey() local 313 RFALSE( n_path_offset < FIRST_PATH_ELEMENT_OFFSET, in get_lkey() 317 while ( n_path_offset-- > FIRST_PATH_ELEMENT_OFFSET ) { in get_lkey() 319 RFALSE( ! buffer_uptodate(PATH_OFFSET_PBUFFER(p_s_chk_path, n_path_offset)), in get_lkey() 323 if ( ! B_IS_IN_TREE(p_s_parent = PATH_OFFSET_PBUFFER(p_s_chk_path, n_path_offset)) ) in get_lkey() 326 if ( (n_position = PATH_OFFSET_POSITION(p_s_chk_path, n_path_offset)) > B_NR_ITEMS(p_s_parent) ) in get_lkey() 330 PATH_OFFSET_PBUFFER(p_s_chk_path, n_path_offset + 1)->b_blocknr ) in get_lkey() 350 n_path_offset = p_s_chk_path->path_length; in get_rkey() local 353 RFALSE( n_path_offset < FIRST_PATH_ELEMENT_OFFSET, in get_rkey() 356 while ( n_path_offset-- > FIRST_PATH_ELEMENT_OFFSET ) { in get_rkey() [all …]
|
D | fix_node.c | 969 n_path_offset = PATH_H_PATH_OFFSET(p_s_path, n_h); in get_far_parent() local 974 n_counter = n_path_offset; in get_far_parent() 1073 n_path_offset = PATH_H_PATH_OFFSET(p_s_tb->tb_path, n_h); in get_parents() local 1078 if ( n_path_offset <= FIRST_PATH_ELEMENT_OFFSET ) { in get_parents() 1090 if ( (n_position = PATH_OFFSET_POSITION(p_s_path, n_path_offset - 1)) ) { in get_parents() 1093 p_s_curf = p_s_curcf = PATH_OFFSET_PBUFFER(p_s_path, n_path_offset - 1); in get_parents() 1130 p_s_curf = p_s_curcf = PATH_OFFSET_PBUFFER(p_s_path, n_path_offset - 1); in get_parents() 1861 n_path_offset = PATH_H_PATH_OFFSET(p_s_tb->tb_path, n_h); in get_direct_parent() local 1864 if ( n_path_offset <= FIRST_PATH_ELEMENT_OFFSET ) { in get_direct_parent() 1866 RFALSE( n_path_offset < FIRST_PATH_ELEMENT_OFFSET - 1, in get_direct_parent() [all …]
|