Lines Matching refs:IH_SIZE
32 memcpy(to, from, IH_SIZE); in copy_item_head()
406 if (nr < 1 || nr > ((blocksize - BLKH_SIZE) / (IH_SIZE + MIN_ITEM_LEN))) { in is_leaf()
413 used_space = BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih)); in is_leaf()
437 || ih_location(ih) < IH_SIZE * nr) { in is_leaf()
749 DISK_LEAF_NODE_LEVEL) ? IH_SIZE : in search_by_key()
921 return memcmp(stored_ih, ih, IH_SIZE); in comp_items()
940 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
948 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
961 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
982 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direntry_item()
992 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direntry_item()
1043 *cut_size = -(IH_SIZE + ih_item_len(p_le_ih)); in prepare_for_delete_or_cut()
1119 (*cut_size) -= IH_SIZE; in prepare_for_delete_or_cut()
1433 -(IH_SIZE + item_len)); in reiserfs_delete_solid_item()
2209 IH_SIZE + ih_item_len(ih)); in reiserfs_insert_item()