Lines Matching refs:FSFile
97 static void FSi_EndCommand(FSFile *file, FSResult ret) in FSi_EndCommand()
104 FSFile **pp = &arc->list; in FSi_EndCommand()
138 FSResult FSi_WaitForArchiveCompletion(FSFile *file, FSResult result) in FSi_WaitForArchiveCompletion()
160 static FSResult FSi_InvokeCommand(FSFile *file, FSCommandType command) in FSi_InvokeCommand()
347 static FSFile *FSi_NextCommand(FSArchive *arc, BOOL owner) in FSi_NextCommand()
349 FSFile *next = NULL; in FSi_NextCommand()
355 FSFile *p = arc->list; in FSi_NextCommand()
359 FSFile *q = p->next; in FSi_NextCommand()
413 FSFile tmp; in FSi_NextCommand()
448 static void FSi_ExecuteAsyncCommand(FSFile *file) in FSi_ExecuteAsyncCommand()
490 static void FSi_ExecuteSyncCommand(FSFile *file) in FSi_ExecuteSyncCommand()
518 BOOL FSi_SendCommand(FSFile *file, FSCommandType command, BOOL blocking) in FSi_SendCommand()
553 FSFile **pp; in FSi_SendCommand()
565 FSFile *next = FSi_NextCommand(arc, FALSE); in FSi_SendCommand()
711 FSFile dir[1]; in FS_SetCurrentDirectory()
1086 FSFile tmp[1]; in FS_MountArchive()
1117 FSFile *file = arc->list; in FS_UnmountArchive()
1121 FSFile *next = file->next; in FS_UnmountArchive()
1133 FSFile tmp[1]; in FS_UnmountArchive()
1208 FSFile *file = NULL; in FS_ResumeArchive()
1232 FSFile *file = arc->list; in FS_NotifyArchiveAsyncEnd()
1262 BOOL FS_WaitAsync(FSFile *file) in FS_WaitAsync()