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