Lines Matching defs:record
736 cd9660_populate_iso_dir_record(struct _iso_directory_record_cd9660 *record,
742 record->ext_attr_length[0] = ext_attr_length;
743 cd9660_time_915(record->date, tstamp);
744 record->flags[0] = ISO_FLAG_CLEAR | flags;
745 record->file_unit_size[0] = 0;
746 record->interleave[0] = 0;
747 cd9660_bothendian_word(1, record->volume_sequence_number);
748 record->name_len[0] = name_len;
749 memset(record->name, '\0', sizeof (record->name));
750 memcpy(record->name, name, name_len);
751 record->length[0] = 33 + name_len;
754 record->length[0] += (record->length[0] & 1) ? 1 : 0;
1168 * we want so we'll copy it back to record
1375 /* Test for an empty directory - makefs still gives us the . record */
1786 size += size & 1; /* Ensure length of record is even. */
1886 * record (or, the first byte in that sector)
2094 /* Dot record is always first */
2102 * If the first child is the dot record, insert