Lines Matching refs:d_ops
1830 i = dev->d_ops->read(dev, buf, count);
1852 i = dev->d_ops->write(dev, buf, count);
1876 // if (v->dev->d_ops->sync(v->dev) == -1)
1888 if (vol->dev->d_ops->seek(vol->dev, pos, SEEK_SET) == (off_t)-1)
2222 // if (vol->dev->d_ops->sync(vol->dev) == -1)
2761 if (vol->dev->d_ops->seek(vol->dev, 0, SEEK_SET) == (off_t)-1)
2764 if (vol->dev->d_ops->read(vol->dev, bs, bs_size) == -1)
2805 if (vol->dev->d_ops->seek(vol->dev, 0, SEEK_SET) == (off_t)-1)
2809 if (vol->dev->d_ops->write(vol->dev, bs, bs_size) == -1)
2821 if (vol->dev->d_ops->seek(vol->dev, opt.bytes
2824 if (vol->dev->d_ops->write(vol->dev, bs, bs_size) == -1)
2996 if (vol->dev->d_ops->sync(vol->dev) == -1)
3001 if (vol->dev->d_ops->sync(vol->dev) == -1)
4450 if (dev->d_ops->sync(dev) == -1) {
4499 if (!(*dev->d_ops->open)(dev,
4525 (*dev->d_ops->close)(dev);
4682 if (vol->dev->d_ops->sync(vol->dev) == -1)