Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Dlbalance.c142 struct item_head *dih; in leaf_copy_boundary_item() local
154 dih = item_head(dest, dest_nr_item - 1); in leaf_copy_boundary_item()
200 dest_nr_item - 1, ih_item_len(dih), in leaf_copy_boundary_item()
203 if (is_indirect_le_ih(dih)) { in leaf_copy_boundary_item()
204 RFALSE(get_ih_free_space(dih), in leaf_copy_boundary_item()
208 set_ih_free_space(dih, get_ih_free_space(ih)); in leaf_copy_boundary_item()
222 dih = item_head(dest, 0); in leaf_copy_boundary_item()
224 if (!dest_nr_item || !op_is_left_mergeable(&dih->ih_key, src->b_size)) in leaf_copy_boundary_item()
257 RFALSE(le_ih_k_offset(dih) != in leaf_copy_boundary_item()
259 "vs-10050: items %h and %h do not match", ih, dih); in leaf_copy_boundary_item()
[all …]
/linux-6.1.9/arch/x86/boot/
Dboot.h235 u8 dil, dih, edi2, edi3; member
/linux-6.1.9/fs/jfs/
Djfs_dtree.c3763 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()