Lines Matching refs:rr_entry

186 				    t->attr.rr_entry.CL.dir_loc);  in cd9660_rrip_finalize_node()
196 t->attr.rr_entry.PL.dir_loc); in cd9660_rrip_finalize_node()
482 p->attr.rr_entry.PL.h.length[0] = 12; in cd9660_rrip_PL()
483 p->attr.rr_entry.PL.h.version[0] = 1; in cd9660_rrip_PL()
490 p->attr.rr_entry.CL.h.length[0] = 12; in cd9660_rrip_CL()
491 p->attr.rr_entry.CL.h.version[0] = 1; in cd9660_rrip_CL()
498 p->attr.rr_entry.RE.h.length[0] = 4; in cd9660_rrip_RE()
499 p->attr.rr_entry.RE.h.version[0] = 1; in cd9660_rrip_RE()
521 current->attr.rr_entry.SL.h.version[0] = 1; in cd9660_createSL()
522 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE; in cd9660_createSL()
527 memcpy(current->attr.rr_entry.SL.component + path_count, in cd9660_createSL()
563 current->attr.rr_entry.SL.flags[0] |= SL_FLAGS_CONTINUE; in cd9660_createSL()
575 current->attr.rr_entry.SL.component + in cd9660_createSL()
581 current->attr.rr_entry.SL.h.length[0] = path_count + 5; in cd9660_createSL()
585 current->attr.rr_entry.SL.h.version[0] = 1; in cd9660_createSL()
586 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE; in cd9660_createSL()
592 current->attr.rr_entry.SL.component[ in cd9660_createSL()
597 current->attr.rr_entry.SL.component[1] in cd9660_createSL()
602 current->attr.rr_entry.SL.component[ in cd9660_createSL()
611 memcpy(current->attr.rr_entry.SL.component + in cd9660_createSL()
620 current->attr.rr_entry.SL.h.length[0] = path_count + 5; in cd9660_createSL()
636 v->attr.rr_entry.PX.h.length[0] = 44; in cd9660node_rrip_px()
637 v->attr.rr_entry.PX.h.version[0] = 1; in cd9660node_rrip_px()
639 v->attr.rr_entry.PX.mode); in cd9660node_rrip_px()
641 v->attr.rr_entry.PX.links); in cd9660node_rrip_px()
643 v->attr.rr_entry.PX.uid); in cd9660node_rrip_px()
645 v->attr.rr_entry.PX.gid); in cd9660node_rrip_px()
647 v->attr.rr_entry.PX.serial); in cd9660node_rrip_px()
655 pn_field->attr.rr_entry.PN.h.length[0] = 20; in cd9660node_rrip_pn()
656 pn_field->attr.rr_entry.PN.h.version[0] = 1; in cd9660node_rrip_pn()
661 pn_field->attr.rr_entry.PN.high); in cd9660node_rrip_pn()
663 cd9660_bothendian_dword(0, pn_field->attr.rr_entry.PN.high); in cd9660node_rrip_pn()
666 pn_field->attr.rr_entry.PN.low); in cd9660node_rrip_pn()
675 p->attr.rr_entry.NM.h.type[0] = 'N';
676 p->attr.rr_entry.NM.h.type[1] = 'M';
677 sprintf(p->attr.rr_entry.NM.altname, "%s", file_node->isoDirRecord->name);
678 p->attr.rr_entry.NM.h.length[0] = (unsigned char)nm_length;
679 p->attr.rr_entry.NM.h.version[0] = (unsigned char)1;
680 p->attr.rr_entry.NM.flags[0] = (unsigned char) NM_PARENT;
688 p->attr.rr_entry.TF.flags[0] = TF_MODIFY | TF_ACCESS | TF_ATTRIBUTES; in cd9660node_rrip_tf()
689 p->attr.rr_entry.TF.h.length[0] = 5; in cd9660node_rrip_tf()
690 p->attr.rr_entry.TF.h.version[0] = 1; in cd9660node_rrip_tf()
697 cd9660_time_915(p->attr.rr_entry.TF.timestamp, in cd9660node_rrip_tf()
699 p->attr.rr_entry.TF.h.length[0] += 7; in cd9660node_rrip_tf()
701 cd9660_time_915(p->attr.rr_entry.TF.timestamp + 7, in cd9660node_rrip_tf()
703 p->attr.rr_entry.TF.h.length[0] += 7; in cd9660node_rrip_tf()
705 cd9660_time_915(p->attr.rr_entry.TF.timestamp + 14, in cd9660node_rrip_tf()
707 p->attr.rr_entry.TF.h.length[0] += 7; in cd9660node_rrip_tf()
764 r->attr.rr_entry.NM.h.version[0] = 1; in cd9660_rrip_add_NM()
765 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_NONE; in cd9660_rrip_add_NM()
770 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_CONTINUE; in cd9660_rrip_add_NM()
774 memcpy(r->attr.rr_entry.NM.altname, p, len); in cd9660_rrip_add_NM()
775 r->attr.rr_entry.NM.h.length[0] = 5 + len; in cd9660_rrip_add_NM()