Searched refs:disk_ioctl (Results 1 – 4 of 4) sorted by relevance
/fatfs-2.7.6/include/ |
D | diskio.h | 33 DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff);
|
/fatfs-2.7.6/ |
D | zfs_diskio.c | 99 DRESULT disk_ioctl(BYTE pdrv, BYTE cmd, void *buff) in disk_ioctl() function
|
D | diskio.c | 198 DRESULT disk_ioctl ( in disk_ioctl() function
|
D | ff.c | 1100 if (disk_ioctl(fs->pdrv, CTRL_SYNC, 0) != RES_OK) res = FR_DISK_ERR; in sync_fs() 1450 …disk_ioctl(fs->pdrv, CTRL_TRIM, rt); /* Inform storage device that the data in the block may be e… in remove_chain() 3384 if (disk_ioctl(fs->pdrv, GET_SECTOR_SIZE, &SS(fs)) != RES_OK) return FR_DISK_ERR; 5673 if (disk_ioctl(drv, GET_SECTOR_COUNT, &sz_drv) != RES_OK) return FR_DISK_ERR; 5684 if (disk_ioctl(drv, GET_SECTOR_SIZE, &ss) != RES_OK) return FR_DISK_ERR; /* Get sector size */ 5837 if (sz_blk == 0 && disk_ioctl(pdrv, GET_BLOCK_SIZE, &sz_blk) != RES_OK) sz_blk = 1; 5840 if (disk_ioctl(pdrv, GET_SECTOR_SIZE, &ss) != RES_OK) return FR_DISK_ERR; 5898 if (disk_ioctl(pdrv, GET_SECTOR_COUNT, &sz_vol) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); 5948 disk_ioctl(pdrv, CTRL_TRIM, lba); 6177 disk_ioctl(pdrv, CTRL_TRIM, lba); [all …]
|