Searched refs:p_s_chk_path (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | stree.c | 307 const struct path * p_s_chk_path, in get_lkey() argument 310 int n_position, n_path_offset = p_s_chk_path->path_length; 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() 337 if ( PATH_OFFSET_PBUFFER(p_s_chk_path, FIRST_PATH_ELEMENT_OFFSET)->b_blocknr == in get_lkey() 346 const struct path * p_s_chk_path, in get_rkey() argument 350 n_path_offset = p_s_chk_path->path_length; in get_rkey() 358 RFALSE( ! buffer_uptodate(PATH_OFFSET_PBUFFER(p_s_chk_path, n_path_offset)), in get_rkey() [all …]
|
/linux-2.4.37.9/include/linux/ |
D | reiserfs_fs.h | 1817 const struct key * get_rkey (const struct path * p_s_chk_path,
|