Lines Matching refs:p_le_ih
860 struct item_head *p_le_ih; /* pointer to on-disk structure */
893 p_le_ih =
898 if (comp_short_keys(&p_le_ih->ih_key, p_cpu_key))
903 item_offset = le_ih_k_offset(p_le_ih);
908 item_offset + op_bytes_number(p_le_ih, blk_size) > offset) {
910 if (is_indirect_le_ih(p_le_ih)) {
920 if (is_indirect_le_ih(p_le_ih))
922 ih_item_len(p_le_ih) / UNFM_P_SIZE;
924 pos_in_item(search_path) = ih_item_len(p_le_ih);
1050 struct item_head *p_le_ih = tp_item_head(path);
1056 if (is_statdata_le_ih(p_le_ih)) {
1061 *cut_size = -(IH_SIZE + ih_item_len(p_le_ih));
1066 if (is_direntry_le_ih(p_le_ih))
1067 return prepare_for_direntry_item(path, p_le_ih, inode,
1072 if (is_direct_le_ih(p_le_ih))
1073 return prepare_for_direct_item(path, p_le_ih, inode,
1167 struct item_head *p_le_ih = tp_item_head(tb->tb_path);
1169 if (is_statdata_le_ih(p_le_ih))
1174 M_DELETE) ? ih_item_len(p_le_ih) : -tb->insert_size[0];
1175 if (is_direntry_le_ih(p_le_ih)) {
1184 if (is_indirect_le_ih(p_le_ih))
1651 struct item_head *p_le_ih;
1791 p_le_ih = tp_item_head(s_cut_balance.tb_path);
1792 if (!S_ISLNK(inode->i_mode) && is_direct_le_ih(p_le_ih)) {
1794 (le_ih_k_offset(p_le_ih) & (sb->s_blocksize - 1)) ==
1888 struct item_head *p_le_ih; /* Pointer to an item header. */
1939 p_le_ih = tp_item_head(&s_search_path);
1940 if (is_statdata_le_ih(p_le_ih))
1943 loff_t offset = le_ih_k_offset(p_le_ih);
1945 op_bytes_number(p_le_ih, inode->i_sb->s_blocksize);