Set information for the loop device.
(&self, _src: loop_info)
| 52 | |
| 53 | /// Set information for the loop device. |
| 54 | pub fn set_info(&self, _src: loop_info) -> AxResult<()> { |
| 55 | Ok(()) |
| 56 | } |
| 57 | |
| 58 | /// Clone the underlying file of the loop device. |
| 59 | pub fn clone_file(&self) -> VfsResult<FileBackend> { |