Home
last modified time | relevance | path

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

/Linux-v5.4/fs/reiserfs/
Dstree.c2027 struct item_head *found_ih = tp_item_head(path); in check_research_for_paste() local
2029 if (is_direct_le_ih(found_ih)) { in check_research_for_paste()
2030 if (le_ih_k_offset(found_ih) + in check_research_for_paste()
2031 op_bytes_number(found_ih, in check_research_for_paste()
2034 || op_bytes_number(found_ih, in check_research_for_paste()
2039 "to key %K", found_ih, in check_research_for_paste()
2042 if (is_indirect_le_ih(found_ih)) { in check_research_for_paste()
2043 if (le_ih_k_offset(found_ih) + in check_research_for_paste()
2044 op_bytes_number(found_ih, in check_research_for_paste()
2047 || I_UNFM_NUM(found_ih) != pos_in_item(path) in check_research_for_paste()
[all …]