|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| DSTATUS | disk_openimage (BYTE pdrv, const char *imageFileName) |
| VOID | disk_cleanup (BYTE pdrv) |
| DSTATUS | disk_initialize (BYTE pdrv) |
| DSTATUS | disk_status (BYTE pdrv) |
| DRESULT | disk_read (BYTE pdrv, BYTE *buff, DWORD sector, UINT count) |
| DRESULT | disk_write (BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) |
| DRESULT | disk_ioctl (BYTE pdrv, BYTE cmd, void *buff) |
Variables | |
| UINT | sectorCount [1] = { 0 } |
| FILE * | driveHandle [1] = { NULL } |
| const int | driveHandleCount = sizeof(driveHandle) / sizeof(FILE*) |
Definition at line 66 of file diskio.c.
Referenced by f_mkfs(), and find_volume().
Definition at line 169 of file diskio.c.
Referenced by f_mkfs(), find_volume(), main(), remove_chain(), and sync_fs().
Definition at line 83 of file diskio.c.
Referenced by find_volume(), and validate().
Definition at line 17 of file diskio.c.
Referenced by disk_cleanup(), disk_ioctl(), disk_openimage(), disk_read(), disk_status(), and disk_write().
Definition at line 18 of file diskio.c.
Referenced by disk_cleanup(), disk_ioctl(), disk_openimage(), disk_read(), disk_status(), and disk_write().
| UINT sectorCount[1] = { 0 } |
Definition at line 16 of file diskio.c.
Referenced by ConvertDataSetRangeToUnmapBlockDescr(), disk_ioctl(), DiskIoctlVerifyThread(), IdeVerify(), and ScsiFlopDeviceControl().