Lines Matching defs:record_size
283 move_count * map->hdr.record_size);
297 final_move_count * map->hdr.record_size);
306 append_pos = map->rec_map->records_count * map->hdr.record_size;
308 map->hdr.record_size);
409 map->hdr.record_size - sizeof(*rec));
712 unsigned int i, record_size;
728 record_size = (sizeof(*rec) + ctx->cur_ext_record_size + 3) & ~3;
730 for (i = 0; i < hdr->size; i += record_size) {
733 if (i + record_size > hdr->size) {
936 map->hdr.record_size;