Searched refs:sync_window (Results 1 – 1 of 1) sorted by relevance
1025 static FRESULT sync_window ( /* Returns FR_OK or FR_DISK_ERR */ in sync_window() function1057 res = sync_window(fs); /* Flush the window */ in move_window()1085 res = sync_window(fs); in sync_fs()1637 if (sync_window(fs) != FR_OK) return FR_DISK_ERR; /* Flush disk access window */ in dir_clear()4001 …if (fs->winsect == fp->sect && sync_window(fs) != FR_OK) ABORT(fs, FR_DISK_ERR); /* Write-back sec…4035 if (sync_window(fs) != FR_OK) ABORT(fs, FR_DISK_ERR);