Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dlbalance.c133 struct item_head *dih; in leaf_copy_boundary_item() local
142 dih = B_N_PITEM_HEAD(dest, dest_nr_item - 1); in leaf_copy_boundary_item()
182 dest_nr_item - 1, ih_item_len(dih), in leaf_copy_boundary_item()
185 if (is_indirect_le_ih(dih)) { in leaf_copy_boundary_item()
186 RFALSE(get_ih_free_space(dih), in leaf_copy_boundary_item()
190 set_ih_free_space(dih, get_ih_free_space(ih)); in leaf_copy_boundary_item()
203 dih = B_N_PITEM_HEAD(dest, 0); in leaf_copy_boundary_item()
205 if (!dest_nr_item || !op_is_left_mergeable(&(dih->ih_key), src->b_size)) in leaf_copy_boundary_item()
233 RFALSE(le_ih_k_offset(dih) != in leaf_copy_boundary_item()
235 "vs-10050: items %h and %h do not match", ih, dih); in leaf_copy_boundary_item()
[all …]
/linux-3.4.99/arch/x86/boot/
Dboot.h274 u8 dil, dih, edi2, edi3; member
/linux-3.4.99/fs/jfs/
Djfs_dtree.c4081 struct idtentry *sih, *dih = NULL; in dtMoveEntry() local
4161 dih = (struct idtentry *) h; in dtMoveEntry()
4162 memcpy(dih, sih, 10 + len * 2); in dtMoveEntry()
4166 dih->next = dsi; in dtMoveEntry()
4234 dih->next = -1; in dtMoveEntry()