MCPcopy Create free account
hub / github.com/Starry-OS/StarryOS / set_info

Method set_info

api/src/vfs/dev/loop.rs:54–56  ·  view source on GitHub ↗

Set information for the loop device.

(&self, _src: loop_info)

Source from the content-addressed store, hash-verified

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> {

Callers 1

ioctlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected