Home
last modified time | relevance | path

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

/openbmc/linux/fs/reiserfs/
H A Dtail_conversion.c31 struct item_head *p_le_ih = tp_item_head(path); in direct2indirect() local
58 copy_item_head(&ind_ih, p_le_ih); in direct2indirect()
74 p_le_ih = tp_item_head(path); in direct2indirect()
78 if (is_statdata_le_ih(p_le_ih)) { in direct2indirect()
119 p_le_ih = tp_item_head(path); in direct2indirect()
120 RFALSE(!is_direct_le_ih(p_le_ih), in direct2indirect()
122 &end_key, p_le_ih); in direct2indirect()
123 tail_size = (le_ih_k_offset(p_le_ih) & (blk_size - 1)) in direct2indirect()
124 + ih_item_len(p_le_ih) - 1; in direct2indirect()
H A Dstree.c893 p_le_ih = in search_for_position_by_key()
910 if (is_indirect_le_ih(p_le_ih)) { in search_for_position_by_key()
920 if (is_indirect_le_ih(p_le_ih)) in search_for_position_by_key()
1056 if (is_statdata_le_ih(p_le_ih)) { in prepare_for_delete_or_cut()
1066 if (is_direntry_le_ih(p_le_ih)) in prepare_for_delete_or_cut()
1072 if (is_direct_le_ih(p_le_ih)) in prepare_for_delete_or_cut()
1169 if (is_statdata_le_ih(p_le_ih)) in calc_deleted_bytes_number()
1175 if (is_direntry_le_ih(p_le_ih)) { in calc_deleted_bytes_number()
1184 if (is_indirect_le_ih(p_le_ih)) in calc_deleted_bytes_number()
1651 struct item_head *p_le_ih; in reiserfs_cut_from_item() local
[all …]