Lines Matching refs:reloc_dir
113 struct directory * reloc_dir = NULL; variable
371 && (reloc_dir != this_dir) in FDECL1()
602 reloc_dir = (struct directory *) in generate_reloc_directory()
604 memset(reloc_dir, 0, sizeof(struct directory)); in generate_reloc_directory()
605 reloc_dir->parent = root; in generate_reloc_directory()
606 reloc_dir->next = root->subdir; in generate_reloc_directory()
607 root->subdir = reloc_dir; in generate_reloc_directory()
608 reloc_dir->depth = 1; in generate_reloc_directory()
610 reloc_dir->whole_name = strdup("./.rr_moved"); in generate_reloc_directory()
611 reloc_dir->de_name = strdup(".rr_moved"); in generate_reloc_directory()
613 reloc_dir->whole_name = strdup("./rr_moved"); in generate_reloc_directory()
614 reloc_dir->de_name = strdup("rr_moved"); in generate_reloc_directory()
616 reloc_dir->extent = 0; in generate_reloc_directory()
624 reloc_dir->self = s_entry; in generate_reloc_directory()
629 reloc_dir->dir_flags |= INHIBIT_JOLIET_ENTRY; in generate_reloc_directory()
633 root->contents->name = strdup(reloc_dir->de_name); in generate_reloc_directory()
641 iso9660_file_length (reloc_dir->de_name, root->contents, 1); in generate_reloc_directory()
653 attach_dot_entries(reloc_dir, &root_statbuf); in generate_reloc_directory()
802 if (reloc_dir->dir_flags & INHIBIT_ISO9660_ENTRY) in finish_cl_pl_entries()
805 s_entry = reloc_dir->contents; in finish_cl_pl_entries()
812 d_entry = reloc_dir->subdir; in finish_cl_pl_entries()
833 s_entry->filedir = reloc_dir; /* Now we can fix this */ in finish_cl_pl_entries()
1259 for( s_entry = reloc_dir->contents; s_entry; s_entry = s_entry->next)
1266 child = find_or_create_directory(reloc_dir, whole_path,
1349 if (this_dir != reloc_dir && this_dir->dir_flags & INHIBIT_JOLIET_ENTRY) {
1425 && this_dir->parent == reloc_dir
1489 if(!reloc_dir) generate_reloc_directory();
1502 s_entry1->next = reloc_dir->contents;
1503 reloc_dir->contents = s_entry1;
1520 s_entry1->filedir = reloc_dir;
1521 child = find_or_create_directory(reloc_dir, whole_path,