Symbol: RF_IO_TYPE_READ
sys/dev/raidframe/raidframevar.h
198
#define RF_IO_IS_R_OR_W(_type_) (((_type_) == RF_IO_TYPE_READ) \
sys/dev/raidframe/rf_chaindecluster.c
254
*createFunc = (type == RF_IO_TYPE_READ) ? (RF_VoidFuncPtr) rf_CreateFaultFreeReadDAG : (RF_VoidFuncPtr) rf_CreateRaidOneWriteDAG;
sys/dev/raidframe/rf_chaindecluster.c
256
if (type == RF_IO_TYPE_READ) {
sys/dev/raidframe/rf_dagffrd.c
148
case RF_IO_TYPE_READ:
sys/dev/raidframe/rf_dagffrd.c
208
case RF_IO_TYPE_READ:
sys/dev/raidframe/rf_dagffrd.c
250
if (type == RF_IO_TYPE_READ) {
sys/dev/raidframe/rf_dagffrd.c
83
RF_IO_TYPE_READ);
sys/dev/raidframe/rf_dagfuncs.c
273
RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_READ : RF_IO_TYPE_NOP;
sys/dev/raidframe/rf_driver.c
690
(type == RF_IO_TYPE_READ) ? "READ" : "WRITE", (int) raidAddress,
sys/dev/raidframe/rf_evenodd.c
198
if (type == RF_IO_TYPE_READ) {
sys/dev/raidframe/rf_interdecluster.c
266
*createFunc = (type == RF_IO_TYPE_READ) ? (RF_VoidFuncPtr) rf_CreateFaultFreeReadDAG : (RF_VoidFuncPtr) rf_CreateRaidOneWriteDAG;
sys/dev/raidframe/rf_interdecluster.c
267
if (type == RF_IO_TYPE_READ) {
sys/dev/raidframe/rf_netbsdkintf.c
2119
RF_IO_TYPE_READ : RF_IO_TYPE_WRITE,
sys/dev/raidframe/rf_netbsdkintf.c
2132
int op = (req->type == RF_IO_TYPE_READ) ? B_READ : B_WRITE;
sys/dev/raidframe/rf_netbsdkintf.c
2152
case RF_IO_TYPE_READ:
sys/dev/raidframe/rf_paritylogging.c
903
if (type == RF_IO_TYPE_READ) {
sys/dev/raidframe/rf_pq.c
118
if (type == RF_IO_TYPE_READ) {
sys/dev/raidframe/rf_raid0.c
131
*createFunc = ((type == RF_IO_TYPE_READ) ?
sys/dev/raidframe/rf_raid1.c
246
if (type == RF_IO_TYPE_READ) {
sys/dev/raidframe/rf_raid5.c
272
if (type == RF_IO_TYPE_READ) {
sys/dev/raidframe/rf_reconstruct.c
1316
req = rf_CreateDiskQueueData(RF_IO_TYPE_READ, ctrl->diskOffset, sectorsPerRU, ctrl->rbuf->buffer, psid, which_ru,
sys/dev/raidframe/rf_reconstruct.c
1833
req = rf_CreateDiskQueueData(RF_IO_TYPE_READ, offset + which_ru * sectorsPerRU, sectorsPerRU, new_rbuf->buffer,
sys/dev/raidframe/rf_stripelocks.c
144
( ( (((_cand)->type == RF_IO_TYPE_READ) && \
sys/dev/raidframe/rf_stripelocks.c
147
((_pred)->type == RF_IO_TYPE_READ)) || \
sys/dev/raidframe/rf_stripelocks.c
464
RF_ASSERT(lr->type == RF_IO_TYPE_READ);