Searched refs:jroot_record (Results 1 – 3 of 3) sorted by relevance
231 memcpy(jvol_desc->root_directory_record, &jroot_record, in FDECL1()1021 jroot_record.length[0] = 1 + sizeof(struct iso_directory_record) in jroot_gen()1022 - sizeof(jroot_record.name); in jroot_gen()1023 jroot_record.ext_attr_length[0] = 0; in jroot_gen()1024 set_733((char *) jroot_record.extent, root->jextent); in jroot_gen()1025 set_733((char *) jroot_record.size, ROUND_UP(root->jsize)); in jroot_gen()1026 iso9660_date(jroot_record.date, root_statbuf.st_mtime); in jroot_gen()1027 jroot_record.flags[0] = 2; in jroot_gen()1028 jroot_record.file_unit_size[0] = 0; in jroot_gen()1029 jroot_record.interleave[0] = 0; in jroot_gen()[all …]
284 extern struct iso_directory_record jroot_record;
85 struct iso_directory_record jroot_record; variable