Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dstree.c1919 struct item_head *found_ih = get_ih(path); in check_research_for_paste() local
1921 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 …]