Lines Matching refs:IH_SIZE
33 memcpy(to, from, IH_SIZE); in copy_item_head()
407 if (nr < 1 || nr > ((blocksize - BLKH_SIZE) / (IH_SIZE + MIN_ITEM_LEN))) { in is_leaf()
414 used_space = BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih)); in is_leaf()
438 || ih_location(ih) < IH_SIZE * nr) { in is_leaf()
746 DISK_LEAF_NODE_LEVEL) ? IH_SIZE : in search_by_key()
918 return memcmp(stored_ih, ih, IH_SIZE); in comp_items()
937 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
945 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
958 *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_direntry_item()
989 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direntry_item()
1040 *cut_size = -(IH_SIZE + ih_item_len(p_le_ih)); in prepare_for_delete_or_cut()
1116 (*cut_size) -= IH_SIZE; in prepare_for_delete_or_cut()
1430 -(IH_SIZE + item_len)); in reiserfs_delete_solid_item()
2206 IH_SIZE + ih_item_len(ih)); in reiserfs_insert_item()