Searched refs:dih (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/reiserfs/ |
A D | lbalance.c | 142 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 …]
|
/linux-6.3-rc2/arch/x86/boot/ |
A D | boot.h | 235 u8 dil, dih, edi2, edi3; member
|
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_dtree.c | 3763 struct idtentry *sih, *dih = NULL; in dtMoveEntry() local 3843 dih = (struct idtentry *) h; in dtMoveEntry() 3844 memcpy(dih, sih, 10 + len * 2); in dtMoveEntry() 3848 dih->next = dsi; in dtMoveEntry() 3916 dih->next = -1; in dtMoveEntry()
|
Completed in 12 milliseconds