Searched refs:reloc_dir (Results 1 – 7 of 7) sorted by relevance
113 struct directory * reloc_dir = NULL; variable371 && (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()[all …]
278 if(dpnt->subdir && (!(dpnt->dir_flags & INHIBIT_JOLIET_ENTRY) || dpnt == reloc_dir)) in FDECL1()313 if( rr->parent == reloc_dir ) in FDECL2()318 if( ll->parent == reloc_dir ) in FDECL2()444 if( dpnt->parent != reloc_dir ) in generate_joliet_path_tables()541 for(s_entry1 = reloc_dir->contents; s_entry1; s_entry1 = s_entry1->next) in FDECL2()606 if( dpnt->parent == reloc_dir ) in FDECL2()622 finddir = reloc_dir->subdir; in FDECL2()705 if(this_dir != reloc_dir && this_dir->dir_flags & INHIBIT_JOLIET_ENTRY) in FDECL1()988 if(dpnt->subdir && (!(dpnt->dir_flags & INHIBIT_JOLIET_ENTRY) || dpnt == reloc_dir)) in FDECL2()
433 for(s_entry1=reloc_dir->contents;s_entry1;s_entry1=s_entry1->next) in FDECL2()455 dpnt = reloc_dir->subdir; in FDECL2()
773 for (s_entry = reloc_dir->contents; s_entry; s_entry = s_entry->next) { in hide_reloc_dir()782 reloc_dir->dir_flags |= INHIBIT_ISO9660_ENTRY; in hide_reloc_dir()783 reloc_dir->self->de_flags |= INHIBIT_ISO9660_ENTRY; in hide_reloc_dir()1631 if (reloc_dir && i_ishidden()) in FDECL2()
265 extern struct directory * reloc_dir;
498 reloc_dir.829 * mkisofs.h: Add definition for reloc_dir symbol. Add prototype834 sort_n_finish for reloc_dir.844 directory to reloc_dir (creating if it does not exist, and leave
1616 if (use_RockRidge && reloc_dir) in FDECL1()