HomeSort by: relevance | last modified time | path
    Searched refs:RF_IoType_t (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/dev/raidframe/
rf_driver.h 49 RF_RaidAccessDesc_t *rf_AllocRaidAccDesc(RF_Raid_t *, RF_IoType_t,
55 int rf_DoAccess(RF_Raid_t *, RF_IoType_t, RF_RaidAddr_t,
rf_dagffrd.h 42 RF_AllocListElem_t * allocList, RF_IoType_t type);
rf_raid1.h 44 void rf_RAID1DagSelect(RF_Raid_t *, RF_IoType_t, RF_AccessStripeMap_t *,
rf_chaindecluster.h 55 rf_RAIDCDagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
rf_desc.h 66 RF_IoType_t type; /* read or write */
rf_evenodd.h 48 rf_EODagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
rf_interdecluster.h 56 rf_RAIDIDagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
rf_pq.h 52 rf_PQDagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
rf_raid0.h 51 rf_RAID0DagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
rf_raid4.h 53 rf_RAID4DagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
rf_raid5.h 53 rf_RaidFiveDagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
rf_dagffwr.h 39 RF_IoType_t type);
43 RF_AllocListElem_t * allocList, RF_IoType_t type);
rf_diskqueue.h 59 RF_IoType_t type; /* read/write/nop */
138 RF_DiskQueueData_t *rf_CreateDiskQueueData(RF_IoType_t, RF_SectorNum_t,
rf_paritylogging.h 66 rf_ParityLoggingDagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
rf_stripelocks.h 54 RF_IoType_t type; /* read or write */
rf_raid0.c 123 RF_IoType_t type,
raidframevar.h 194 typedef char RF_IoType_t;
571 void (*SelectionFunc) (RF_Raid_t * raidPtr, RF_IoType_t type,
rf_chaindecluster.c 239 rf_RAIDCDagSelect(RF_Raid_t *raidPtr, RF_IoType_t type,
rf_interdecluster.c 255 RF_IoType_t type,
rf_raid5.c 163 rf_RaidFiveDagSelect(RF_Raid_t *raidPtr, RF_IoType_t type,
rf_dagfuncs.c 273 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_READ : RF_IO_TYPE_NOP;
302 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_WRITE : RF_IO_TYPE_NOP;
rf_driver.c 579 rf_AllocRaidAccDesc(RF_Raid_t *raidPtr, RF_IoType_t type,
675 rf_DoAccess(RF_Raid_t * raidPtr, RF_IoType_t type, RF_RaidAddr_t raidAddress, RF_SectorCount_t numBlocks,
rf_diskqueue.c 377 rf_CreateDiskQueueData(RF_IoType_t typ, RF_SectorNum_t ssect,
rf_aselect.c 107 RF_IoType_t type = desc->type;
rf_dagffrd.c 130 RF_IoType_t type)

Completed in 36 milliseconds

1 2