Searched refs:FS_GetAttachedArchive (Results 1 – 6 of 6) 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()
115 FSArchive *const p_rom = FS_GetAttachedArchive(file); in CustomRom_ArchiveProc()
87 SDK_INLINE FSArchive *FS_GetAttachedArchive(const FSFile *file) in FS_GetAttachedArchive() function
293 FSArchive *p_arc = FS_GetAttachedArchive(file); in MB_ReadSegment()