Lines Matching defs:dops
102 * @dops: ntfs device operations to use with the device (must be present)
106 * specified device operations @dops, device state @state, device name @name,
115 struct ntfs_device_operations *dops, void *priv_data)
132 dev->d_ops = dops;
176 struct ntfs_device_operations *dops;
179 dops = dev->d_ops;
180 ret = dops->sync(dev);
208 struct ntfs_device_operations *dops;
219 dops = dev->d_ops;
222 br = dops->pread(dev, (char*)b + total, count, pos + total);
259 struct ntfs_device_operations *dops;
274 dops = dev->d_ops;
278 written = dops->pwrite(dev, (const char*)b + total, count,
292 if (NDevSync(dev) && total && dops->sync(dev)) {