Searched refs:found_ih (Results 1 – 1 of 1) sorted by relevance
1919 struct item_head *found_ih = get_ih(path); in check_research_for_paste() local1921 if (is_direct_le_ih(found_ih)) { in check_research_for_paste()1922 if (le_ih_k_offset(found_ih) + in check_research_for_paste()1923 op_bytes_number(found_ih, in check_research_for_paste()1926 || op_bytes_number(found_ih, in check_research_for_paste()1931 "to key %K", found_ih, in check_research_for_paste()1934 if (is_indirect_le_ih(found_ih)) { in check_research_for_paste()1935 if (le_ih_k_offset(found_ih) + in check_research_for_paste()1936 op_bytes_number(found_ih, in check_research_for_paste()1939 || I_UNFM_NUM(found_ih) != pos_in_item(path) in check_research_for_paste()[all …]