RF_IO_TYPE_READ 282 dev/raidframe/rf_chaindecluster.c *createFunc = (type == RF_IO_TYPE_READ) ?
RF_IO_TYPE_READ 286 dev/raidframe/rf_chaindecluster.c if (type == RF_IO_TYPE_READ) {
RF_IO_TYPE_READ 386 dev/raidframe/rf_copyback.c desc->readreq = rf_CreateDiskQueueData(RF_IO_TYPE_READ, spOffs,
RF_IO_TYPE_READ 91 dev/raidframe/rf_dagffrd.c RF_IO_TYPE_READ);
RF_IO_TYPE_READ 157 dev/raidframe/rf_dagffrd.c case RF_IO_TYPE_READ:
RF_IO_TYPE_READ 207 dev/raidframe/rf_dagffrd.c case RF_IO_TYPE_READ:
RF_IO_TYPE_READ 254 dev/raidframe/rf_dagffrd.c if (type == RF_IO_TYPE_READ) {
RF_IO_TYPE_READ 288 dev/raidframe/rf_dagfuncs.c RF_IO_TYPE_READ : RF_IO_TYPE_NOP;
RF_IO_TYPE_READ 724 dev/raidframe/rf_driver.c (type == RF_IO_TYPE_READ) ? "READ" : "WRITE", (int) raidAddress,
RF_IO_TYPE_READ 245 dev/raidframe/rf_evenodd.c if (type == RF_IO_TYPE_READ) {
RF_IO_TYPE_READ 287 dev/raidframe/rf_interdecluster.c *createFunc = (type == RF_IO_TYPE_READ)
RF_IO_TYPE_READ 290 dev/raidframe/rf_interdecluster.c if (type == RF_IO_TYPE_READ) {
RF_IO_TYPE_READ 1832 dev/raidframe/rf_openbsdkintf.c RF_IO_TYPE_READ : RF_IO_TYPE_WRITE,
RF_IO_TYPE_READ 1847 dev/raidframe/rf_openbsdkintf.c int op = (req->type == RF_IO_TYPE_READ) ? B_READ : B_WRITE;
RF_IO_TYPE_READ 1922 dev/raidframe/rf_openbsdkintf.c case RF_IO_TYPE_READ:
RF_IO_TYPE_READ 1099 dev/raidframe/rf_paritylogging.c if (type == RF_IO_TYPE_READ) {
RF_IO_TYPE_READ 127 dev/raidframe/rf_pq.c if (type == RF_IO_TYPE_READ) {
RF_IO_TYPE_READ 132 dev/raidframe/rf_raid0.c *createFunc = ((type == RF_IO_TYPE_READ) ?
RF_IO_TYPE_READ 267 dev/raidframe/rf_raid1.c if (type == RF_IO_TYPE_READ) {
RF_IO_TYPE_READ 342 dev/raidframe/rf_raid5.c if (type == RF_IO_TYPE_READ) {
RF_IO_TYPE_READ 1258 dev/raidframe/rf_reconstruct.c req = rf_CreateDiskQueueData(RF_IO_TYPE_READ, ctrl->diskOffset,
RF_IO_TYPE_READ 1857 dev/raidframe/rf_reconstruct.c RF_IO_TYPE_READ, offset +
RF_IO_TYPE_READ 149 dev/raidframe/rf_stripelocks.c (((((_cand)->type == RF_IO_TYPE_READ) && \
RF_IO_TYPE_READ 152 dev/raidframe/rf_stripelocks.c ((_pred)->type == RF_IO_TYPE_READ)) || \
RF_IO_TYPE_READ 495 dev/raidframe/rf_stripelocks.c RF_ASSERT(lr->type == RF_IO_TYPE_READ);
RF_IO_TYPE_READ 143 dev/raidframe/rf_types.h (((_type_) == RF_IO_TYPE_READ) || ((_type_) == RF_IO_TYPE_WRITE))