(&self)
| 894 | } |
| 895 | |
| 896 | fn read_only(&self) -> bool { |
| 897 | has_feature(self.features(), VIRTIO_BLK_F_RO.into()) |
| 898 | } |
| 899 | |
| 900 | /// Returns the granularity for the advisory lock for this disk. |
| 901 | fn lock_granularity(&mut self) -> LockGranularity { |
no test coverage detected