Home
last modified time | relevance | path

Searched refs:CTRL_SYNC (Results 1 – 3 of 3) sorted by relevance

/fatfs-2.7.6/include/
Ddiskio.h46 #define CTRL_SYNC 0 /* Complete pending write process (needed at FF_FS_READONLY == 0) */ macro
/fatfs-2.7.6/
Dzfs_diskio.c107 case CTRL_SYNC: in disk_ioctl()
Dff.c1100 if (disk_ioctl(fs->pdrv, CTRL_SYNC, 0) != RES_OK) res = FR_DISK_ERR; in sync_fs()
6290 if (disk_ioctl(pdrv, CTRL_SYNC, 0) != RES_OK) LEAVE_MKFS(FR_DISK_ERR);