Home
last modified time | relevance | path

Searched refs:sync_window (Results 1 – 2 of 2) sorted by relevance

/third_party/FatFs/source/
Dff.c896 FRESULT sync_window ( /* Returns FR_OK or FR_DISK_ERR */ in sync_window() function
936 res = sync_window(fs); /* Flush the window */ in move_window()
964 res = sync_window(fs); /* Flush the window */ in move_window_readdir()
990 res = sync_window(fs); in sync_fs()
1412 if (sync_window(fs) != FR_OK) return FR_DISK_ERR; /* Flush disk access window */ in dir_clear()
3715 …if (fs->winsect == fp->sect && sync_window(fs) != FR_OK) ABORT(fs, FR_DISK_ERR); /* Write-back sec… in f_write()
3755 if (sync_window(fs) != FR_OK) ABORT(fs, FR_DISK_ERR); in f_write()
4803 if (res == FR_OK) res = sync_window(fs); /* Flush FAT */ in f_mkdir()
4831 res = sync_window(fs); in f_mkdir()
4837 res = sync_window(fs); in f_mkdir()
Dff.h476 FRESULT sync_window(FATFS *fs);