Searched refs:FS_FILE_STATUS_BUSY (Results 1 – 3 of 3) sorted by relevance
189 #define FS_FILE_STATUS_BUSY 0x00000001UL macro
102 return ((file->stat & FS_FILE_STATUS_BUSY) != 0); in FS_IsBusy()
124 file->stat &= ~(FS_FILE_STATUS_CANCEL | FS_FILE_STATUS_BUSY | in FSi_EndCommand()538 file->stat |= FS_FILE_STATUS_BUSY; in FSi_SendCommand()1287 FSi_WaitConditionOff(&file->stat, FS_FILE_STATUS_BUSY, file->queue); in FS_WaitAsync()