Lines Matching refs:IH_SIZE
33 memcpy(to, from, IH_SIZE); in copy_item_head()
425 if (nr < 1 || nr > ((blocksize - BLKH_SIZE) / (IH_SIZE + MIN_ITEM_LEN))) { in is_leaf()
432 used_space = BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih)); in is_leaf()
456 || ih_location(ih) < IH_SIZE * nr) { in is_leaf()
476 if (ih_item_len(ih) < (ih_entry_count(ih) * IH_SIZE)) { in is_leaf()
773 DISK_LEAF_NODE_LEVEL) ? IH_SIZE : in search_by_key()
945 return memcmp(stored_ih, ih, IH_SIZE); in comp_items()
958 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
966 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
979 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
1000 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direntry_item()
1010 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direntry_item()
1061 *cut_size = -(IH_SIZE + ih_item_len(p_le_ih)); in prepare_for_delete_or_cut()
1137 (*cut_size) -= IH_SIZE; in prepare_for_delete_or_cut()
1449 -(IH_SIZE + item_len)); in reiserfs_delete_solid_item()
2225 IH_SIZE + ih_item_len(ih)); in reiserfs_insert_item()