Lines Matching refs:cut_size
1139 * cut_size - number of bytes to be cut beginning from pos_in_item
1143 * cut_size - count of deleted entries
1146 int pos_in_item, int cut_size)
1163 cut_size = leaf_cut_entries(bh, ih, pos_in_item, cut_size);
1175 RFALSE(pos_in_item && pos_in_item + cut_size != ih_item_len(ih),
1177 (long unsigned)pos_in_item, (long unsigned)cut_size,
1183 bh->b_data + ih_location(ih) + cut_size,
1184 ih_item_len(ih) - cut_size);
1190 cut_size);
1194 (cut_size / UNFM_P_SIZE) *
1196 RFALSE(ih_item_len(ih) == cut_size
1210 memmove(bh->b_data + last_loc + cut_size, bh->b_data + last_loc,
1211 unmoved_loc - last_loc - cut_size);
1214 put_ih_item_len(ih, ih_item_len(ih) - cut_size);
1224 ih_location(&ih[i - cut_item_num]) + cut_size);
1227 set_blkh_free_space(blkh, blkh_free_space(blkh) + cut_size);
1234 put_dc_size(t_dc, dc_size(t_dc) - cut_size);