Home
last modified time | relevance | path

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

/openbmc/linux/fs/reiserfs/
H A Dlbalance.c142 struct item_head *dih; in leaf_copy_boundary_item() local
203 if (is_indirect_le_ih(dih)) { in leaf_copy_boundary_item()
222 dih = item_head(dest, 0); in leaf_copy_boundary_item()
257 RFALSE(le_ih_k_offset(dih) != in leaf_copy_boundary_item()
275 if (is_direct_le_ih(dih)) { in leaf_copy_boundary_item()
276 RFALSE(le_ih_k_offset(dih) <= in leaf_copy_boundary_item()
280 set_le_ih_k_offset(dih, in leaf_copy_boundary_item()
281 le_ih_k_offset(dih) - in leaf_copy_boundary_item()
287 dih, in leaf_copy_boundary_item()
289 set_le_ih_k_offset(dih, in leaf_copy_boundary_item()
[all …]
/openbmc/linux/arch/x86/boot/
H A Dboot.h235 u8 dil, dih, edi2, edi3; member
/openbmc/linux/fs/jfs/
H A Djfs_dtree.c3768 struct idtentry *sih, *dih = NULL; in dtMoveEntry() local
3848 dih = (struct idtentry *) h; in dtMoveEntry()
3849 memcpy(dih, sih, 10 + len * 2); in dtMoveEntry()
3853 dih->next = dsi; in dtMoveEntry()
3921 dih->next = -1; in dtMoveEntry()