Home
last modified time | relevance | path

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

/fatfs-latest/include/
Ddiskio.h33 DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff);
/fatfs-latest/
Ddiskio.c198 DRESULT disk_ioctl ( in disk_ioctl() function
Dff.c1146 if (disk_ioctl(fs->pdrv, CTRL_SYNC, 0) != RES_OK) res = FR_DISK_ERR; in sync_fs()
1496disk_ioctl(fs->pdrv, CTRL_TRIM, rt); /* Inform storage device that the data in the block may be e… in remove_chain()
3452 if (disk_ioctl(fs->pdrv, GET_SECTOR_SIZE, &SS(fs)) != RES_OK) return FR_DISK_ERR;
5771 if (disk_ioctl(drv, GET_SECTOR_COUNT, &sz_drv) != RES_OK) return FR_DISK_ERR;
5782 if (disk_ioctl(drv, GET_SECTOR_SIZE, &ss) != RES_OK) return FR_DISK_ERR; /* Get sector size */
5939 …if (sz_blk == 0) disk_ioctl(pdrv, GET_BLOCK_SIZE, &sz_blk); /* Block size from the parameter o…
5942 if (disk_ioctl(pdrv, GET_SECTOR_SIZE, &ss) != RES_OK) return FR_DISK_ERR;
6001 if (disk_ioctl(pdrv, GET_SECTOR_COUNT, &sz_vol) != RES_OK) LEAVE_MKFS(FR_DISK_ERR);
6051 disk_ioctl(pdrv, CTRL_TRIM, lba);
6281 disk_ioctl(pdrv, CTRL_TRIM, lba);
[all …]