rf_dagfuncs.c | 273 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_READ : RF_IO_TYPE_NOP; local in function:rf_DiskReadFuncForThreads 276 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector, 302 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_WRITE : RF_IO_TYPE_NOP; local in function:rf_DiskWriteFuncForThreads 306 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector,
|