Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/reiserfs/
Dlbalance.c113 struct item_head * dih; in leaf_copy_boundary_item() local
122 dih = B_N_PITEM_HEAD (dest, dest_nr_item - 1); in leaf_copy_boundary_item()
156 dest_nr_item - 1, ih_item_len(dih), bytes_or_entries, B_I_PITEM(src,ih), 0 in leaf_copy_boundary_item()
159 if (is_indirect_le_ih (dih)) { in leaf_copy_boundary_item()
160 RFALSE( get_ih_free_space (dih), in leaf_copy_boundary_item()
164 set_ih_free_space (dih, get_ih_free_space (ih)); in leaf_copy_boundary_item()
178 dih = B_N_PITEM_HEAD (dest, 0); in leaf_copy_boundary_item()
180 if (!dest_nr_item || !op_is_left_mergeable (&(dih->ih_key), src->b_size)) in leaf_copy_boundary_item()
205 RFALSE( le_ih_k_offset (dih) != in leaf_copy_boundary_item()
207 "vs-10050: items %h and %h do not match", ih, dih); in leaf_copy_boundary_item()
[all …]
/linux-2.4.37.9/fs/jfs/
Djfs_dtree.c4039 struct idtentry *sih, *dih = 0; in dtMoveEntry() local
4119 dih = (struct idtentry *) h; in dtMoveEntry()
4120 memcpy(dih, sih, 10 + len * 2); in dtMoveEntry()
4124 dih->next = dsi; in dtMoveEntry()
4192 dih->next = -1; in dtMoveEntry()