Searched refs:FS_IsBusy (Results 1 – 5 of 5) sorted by relevance
187 if (!FS_IsBusy(file)) in UpdateFrame()209 while (FS_IsBusy(file)) in UpdateFrame()
376 while (FS_IsBusy(file)) in ModeChildFile()488 if (FS_IsBusy(file)) in ModeChildOverlay()
100 SDK_INLINE BOOL FS_IsBusy(volatile const FSFile *file) in FS_IsBusy() function
266 if (FS_IsBusy(file)) in FS_CancelFile()1533 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_ReadFile()1573 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_ReadFileAsync()1611 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_WriteFile()1650 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_WriteFileAsync()
523 if (FS_IsBusy(file)) in FSi_SendCommand()1271 if (FS_IsBusy(file)) in FS_WaitAsync()