Home
last modified time | relevance | path

Searched refs:found_ih (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/reiserfs/
Dstree.c1799 struct item_head * found_ih = get_ih (path); in check_research_for_paste() local
1801 if (is_direct_le_ih (found_ih)) { in check_research_for_paste()
1802 if (le_ih_k_offset (found_ih) + op_bytes_number (found_ih, get_last_bh (path)->b_size) != in check_research_for_paste()
1804 op_bytes_number (found_ih, get_last_bh (path)->b_size) != pos_in_item (path)) in check_research_for_paste()
1807 found_ih, pos_in_item (path), p_s_key); in check_research_for_paste()
1809 if (is_indirect_le_ih (found_ih)) { in check_research_for_paste()
1810 …if (le_ih_k_offset (found_ih) + op_bytes_number (found_ih, get_last_bh (path)->b_size) != cpu_key_… in check_research_for_paste()
1811 I_UNFM_NUM (found_ih) != pos_in_item (path) || in check_research_for_paste()
1812 get_ih_free_space (found_ih) != 0) in check_research_for_paste()
1815 found_ih, pos_in_item (path), p_s_key); in check_research_for_paste()