Home
last modified time | relevance | path

Searched refs:RF_IoType_t (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/sys/dev/raidframe/
H A Drf_driver.h49 RF_RaidAccessDesc_t *rf_AllocRaidAccDesc(RF_Raid_t *, RF_IoType_t,
55 int rf_DoAccess(RF_Raid_t *, RF_IoType_t, RF_RaidAddr_t,
H A Drf_dagffwr.h39 RF_IoType_t type);
43 RF_AllocListElem_t * allocList, RF_IoType_t type);
H A Drf_diskqueue.h59 RF_IoType_t type; /* read/write/nop */
138 RF_DiskQueueData_t *rf_CreateDiskQueueData(RF_IoType_t, RF_SectorNum_t,
H A Drf_raid1.h44 void rf_RAID1DagSelect(RF_Raid_t *, RF_IoType_t, RF_AccessStripeMap_t *,
H A Drf_dagffrd.h42 RF_AllocListElem_t * allocList, RF_IoType_t type);
H A Drf_raid4.h53 rf_RAID4DagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
H A Drf_chaindecluster.h55 rf_RAIDCDagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
H A Drf_raid5.h53 rf_RaidFiveDagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
H A Drf_evenodd.h48 rf_EODagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
H A Drf_raid0.h51 rf_RAID0DagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
H A Drf_desc.h66 RF_IoType_t type; /* read or write */
H A Drf_interdecluster.h56 rf_RAIDIDagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
H A Drf_pq.h52 rf_PQDagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
H A Drf_paritylogging.h66 rf_ParityLoggingDagSelect(RF_Raid_t * raidPtr, RF_IoType_t type,
H A Draidframevar.h194 typedef char RF_IoType_t; typedef
571 void (*SelectionFunc) (RF_Raid_t * raidPtr, RF_IoType_t type,
H A Drf_stripelocks.h54 RF_IoType_t type; /* read or write */
H A Drf_raid0.c123 RF_IoType_t type, in rf_RAID0DagSelect()
H A Drf_dagfuncs.c273 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_READ : RF_IO_TYPE_NOP; in rf_DiskReadFuncForThreads()
302 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_WRITE : RF_IO_TYPE_NOP; in rf_DiskWriteFuncForThreads()
H A Drf_interdecluster.c255 RF_IoType_t type, in rf_RAIDIDagSelect()
H A Drf_driver.c579 rf_AllocRaidAccDesc(RF_Raid_t *raidPtr, RF_IoType_t type, in rf_AllocRaidAccDesc()
675 rf_DoAccess(RF_Raid_t * raidPtr, RF_IoType_t type, RF_RaidAddr_t raidAddress, RF_SectorCount_t numBlocks, in rf_DoAccess()
H A Drf_chaindecluster.c239 rf_RAIDCDagSelect(RF_Raid_t *raidPtr, RF_IoType_t type, in rf_RAIDCDagSelect()
H A Drf_raid5.c163 rf_RaidFiveDagSelect(RF_Raid_t *raidPtr, RF_IoType_t type, in rf_RaidFiveDagSelect()
H A Drf_diskqueue.c377 rf_CreateDiskQueueData(RF_IoType_t typ, RF_SectorNum_t ssect, in rf_CreateDiskQueueData()
H A Drf_dagffrd.c130 RF_IoType_t type) in rf_CreateNonredundantDAG()
H A Drf_aselect.c107 RF_IoType_t type = desc->type; in rf_SelectAlgorithm()

12