Searched refs:FS_GetAttachedArchive (Results 1 – 7 of 7) sorted by relevance
67 FS_NotifyArchiveAsyncEnd(FS_GetAttachedArchive(file), result); in WFSi_ArchiveReadDoneCallback()97 FSArchive * const archive = FS_GetAttachedArchive(file); in WFSi_RomArchiveProc()
66 MyRomArchive *const p_rom = (MyRomArchive *) FS_GetAttachedArchive(file); in MyRom_ArchiveProc()
135 … if (FSi_IsUnreadableRomOffset(FS_GetAttachedArchive(p_file), p_file->arg.openfiledirect.top)) in FSi_RomArchiveProc()
2358 FSi_ConvertToDirEntry(entry, FS_GetAttachedArchive(file), info); in FS_ReadDir()
115 FSArchive *const p_rom = FS_GetAttachedArchive(file); in CustomRom_ArchiveProc()
87 SDK_INLINE FSArchive *FS_GetAttachedArchive(const FSFile *file) in FS_GetAttachedArchive() function
296 FSArchive *p_arc = FS_GetAttachedArchive(file); in MB_ReadSegment()