Searched refs:n_ih (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | lbalance.c | 352 struct item_head n_ih; in leaf_item_bottle() local 358 memcpy (&n_ih, ih, IH_SIZE); in leaf_item_bottle() 359 put_ih_item_len( &n_ih, cpy_bytes ); in leaf_item_bottle() 364 set_ih_free_space (&n_ih, 0); in leaf_item_bottle() 369 n_ih.ih_version = ih->ih_version; /* JDM Endian safe, both le */ in leaf_item_bottle() 370 leaf_insert_into_buf (dest_bi, B_NR_ITEMS(dest), &n_ih, B_N_PITEM (src, item_num), 0); in leaf_item_bottle() 377 struct item_head n_ih; in leaf_item_bottle() local 383 memcpy (&n_ih, ih, SHORT_KEY_SIZE); in leaf_item_bottle() 385 n_ih.ih_version = ih->ih_version; /* JDM Endian safe, both le */ in leaf_item_bottle() 388 set_le_ih_k_offset (&n_ih, le_ih_k_offset (ih) + ih_item_len(ih) - cpy_bytes); in leaf_item_bottle() [all …]
|