Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dstree.c2048 struct item_head *found_ih = tp_item_head(path); in check_research_for_paste() local
2050 if (is_direct_le_ih(found_ih)) { in check_research_for_paste()
2051 if (le_ih_k_offset(found_ih) + in check_research_for_paste()
2052 op_bytes_number(found_ih, in check_research_for_paste()
2055 || op_bytes_number(found_ih, in check_research_for_paste()
2060 "to key %K", found_ih, in check_research_for_paste()
2063 if (is_indirect_le_ih(found_ih)) { in check_research_for_paste()
2064 if (le_ih_k_offset(found_ih) + in check_research_for_paste()
2065 op_bytes_number(found_ih, in check_research_for_paste()
2068 || I_UNFM_NUM(found_ih) ! in check_research_for_paste()
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dstree.c2046 struct item_head *found_ih = tp_item_head(path); in check_research_for_paste() local
2048 if (is_direct_le_ih(found_ih)) { in check_research_for_paste()
2049 if (le_ih_k_offset(found_ih) + in check_research_for_paste()
2050 op_bytes_number(found_ih, in check_research_for_paste()
2053 || op_bytes_number(found_ih, in check_research_for_paste()
2058 "to key %K", found_ih, in check_research_for_paste()
2061 if (is_indirect_le_ih(found_ih)) { in check_research_for_paste()
2062 if (le_ih_k_offset(found_ih) + in check_research_for_paste()
2063 op_bytes_number(found_ih, in check_research_for_paste()
2066 || I_UNFM_NUM(found_ih) ! in check_research_for_paste()
[all...]

Completed in 9 milliseconds