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

/linux-4.4.14/fs/reiserfs/
H A Dlbalance.c142 struct item_head *dih; leaf_copy_boundary_item() local
154 dih = item_head(dest, dest_nr_item - 1); leaf_copy_boundary_item()
200 dest_nr_item - 1, ih_item_len(dih), leaf_copy_boundary_item()
203 if (is_indirect_le_ih(dih)) { leaf_copy_boundary_item()
204 RFALSE(get_ih_free_space(dih), leaf_copy_boundary_item()
208 set_ih_free_space(dih, get_ih_free_space(ih)); leaf_copy_boundary_item()
222 dih = item_head(dest, 0); leaf_copy_boundary_item()
224 if (!dest_nr_item || !op_is_left_mergeable(&dih->ih_key, src->b_size)) leaf_copy_boundary_item()
257 RFALSE(le_ih_k_offset(dih) != leaf_copy_boundary_item()
259 "vs-10050: items %h and %h do not match", ih, dih); leaf_copy_boundary_item() local
262 set_le_ih_k_offset(dih, le_ih_k_offset(ih)); leaf_copy_boundary_item()
266 set_le_ih_k_type(dih, le_ih_k_type(ih)); leaf_copy_boundary_item()
275 if (is_direct_le_ih(dih)) { leaf_copy_boundary_item()
276 RFALSE(le_ih_k_offset(dih) <= leaf_copy_boundary_item()
278 "vs-10070: dih %h, bytes_or_entries(%d)", dih, leaf_copy_boundary_item() local
280 set_le_ih_k_offset(dih, leaf_copy_boundary_item()
281 le_ih_k_offset(dih) - leaf_copy_boundary_item()
284 RFALSE(le_ih_k_offset(dih) <= leaf_copy_boundary_item()
286 "vs-10080: dih %h, bytes_or_entries(%d)", leaf_copy_boundary_item()
287 dih, leaf_copy_boundary_item() local
289 set_le_ih_k_offset(dih, leaf_copy_boundary_item()
290 le_ih_k_offset(dih) - leaf_copy_boundary_item()
/linux-4.4.14/arch/x86/boot/
H A Dboot.h259 u8 dil, dih, edi2, edi3; member in struct:biosregs::__anon2971::__anon2974
/linux-4.4.14/fs/jfs/
H A Djfs_dtree.c4075 struct idtentry *sih, *dih = NULL; dtMoveEntry() local
4155 dih = (struct idtentry *) h; dtMoveEntry()
4156 memcpy(dih, sih, 10 + len * 2); dtMoveEntry()
4160 dih->next = dsi; dtMoveEntry()
4228 dih->next = -1; dtMoveEntry()

Completed in 207 milliseconds