Lines Matching refs:this_dir
699 static int FDECL1(joliet_sort_n_finish, struct directory *, this_dir)
705 if(this_dir != reloc_dir && this_dir->dir_flags & INHIBIT_JOLIET_ENTRY)
710 for(s_entry = this_dir->contents; s_entry; s_entry = s_entry->next)
745 if (this_dir == root && strlen(s_entry->name) == 1)
783 if( (this_dir->dir_flags & INHIBIT_JOLIET_ENTRY) != 0 )
788 this_dir->jcontents = this_dir->contents;
789 status = joliet_sort_directory(&this_dir->jcontents);
795 s_entry = this_dir->jcontents;
799 /*XXX JS this_dir->ce_bytes = 0;*/
800 for(s_entry = this_dir->jcontents; s_entry; s_entry = s_entry->jnext)
811 if ((this_dir->jsize & (SECTOR_SIZE - 1)) + jreclen >= SECTOR_SIZE)
813 this_dir->jsize = (this_dir->jsize + (SECTOR_SIZE - 1)) &
816 this_dir->jsize += jreclen;