Searched refs:prop (Results 1 – 6 of 6) sorted by relevance
165 file->prop.dir.pos = *arg; in FSi_SeekDirDefault()168 file->prop.dir.pos.index = fnt.index; in FSi_SeekDirDefault()169 file->prop.dir.pos.pos = context->fnt + fnt.start; in FSi_SeekDirDefault()171 file->prop.dir.parent = (u32)(fnt.parent & BIT_MASK(12)); in FSi_SeekDirDefault()193 param.pos = file->prop.dir.pos.pos; in FSi_ReadDirDefault()223 entry->file_id.file_id = file->prop.dir.pos.index; in FSi_ReadDirDefault()224 ++file->prop.dir.pos.index; in FSi_ReadDirDefault()240 file->prop.dir.pos.pos = param.pos; in FSi_ReadDirDefault()288 if (p_dir->prop.dir.pos.own_id != 0) in FSi_FindPathDefault()290 FSi_SeekDirDirect(p_dir, p_dir->prop.dir.parent); in FSi_FindPathDefault()[all …]
60 FSArchive *current = (FSArchive *)p_file->prop.dir.pos.pos; in FSi_MemArchiveProc()81 p_file->prop.dir.pos.pos = (u32)current->next; in FSi_MemArchiveProc()152 dir->prop.dir.pos.pos = (u32)FSi_GetArchiveChain(); in FS_OpenTopLevelDirectory()153 FS_SetDirectoryHandle(dir, &fsi_arc_mem, &dir->prop); in FS_OpenTopLevelDirectory()
1823 *pos = dir->prop.dir.pos; in FS_TellDir()1849 pos.own_id = dir->prop.dir.pos.own_id; in FS_RewindDir()
126 file->prop.dir.pos = *arg; in CustomRom_ArchiveProc()130 file->prop.dir.pos.index = 0; /* Not used */ in CustomRom_ArchiveProc()131 file->prop.dir.pos.pos = (u32)dir_list[dir_id].own; in CustomRom_ArchiveProc()134 file->prop.dir.parent = (u16)((dir_id != 0) ? dir_list[dir_id].parent : dir_max); in CustomRom_ArchiveProc()141 const FixedDirectory *const cur = (const FixedDirectory *)file->prop.dir.pos.pos; in CustomRom_ArchiveProc()170 file->prop.dir.pos.pos = (u32)(cur + 1); in CustomRom_ArchiveProc()196 file->prop.file.top = file->arg.openfiledirect.top; in CustomRom_ArchiveProc()197 file->prop.file.pos = file->arg.openfiledirect.top; in CustomRom_ArchiveProc()198 file->prop.file.bottom = file->arg.openfiledirect.bottom; in CustomRom_ArchiveProc()199 file->prop.file.own_id = file->arg.openfiledirect.index; in CustomRom_ArchiveProc()
64 file->prop.file.pos += file->arg.readfile.len; in WFSi_ArchiveReadDoneCallback()89 u32 offset = file->prop.file.pos; in WFSi_RomArchiveProc()
50 FSROMFATProperty prop; member