Lines Matching defs:ops
249 io_block_ops_t *ops;
269 ops = &(cur->dev_spec->ops);
274 (ops->read != NULL));
317 request = ops->read(lba, buf->offset, request);
361 io_block_ops_t *ops;
381 ops = &(cur->dev_spec->ops);
386 (ops->read != NULL) &&
387 (ops->write != NULL));
446 request = ops->read(lba, buf->offset, request);
471 request = ops->write(lba, buf->offset, request);