MCPcopy Index your code
hub / github.com/Andy-Python-Programmer/aero / write

Method write

src/aero_kernel/src/fs/block/mod.rs:264–289  ·  view source on GitHub ↗

Writes the given data to the device at the given offset and returns the number of bytes written. ## Notes This function does **not** sync the written data to the disk.

(&self, mut offset: usize, buffer: &[u8])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 2

mod.rssrc/aero_kernel/src/fs/ext2/mod.rs
mod.rssrc/aero_kernel/src/fs/block/mod.rs

Calls 7

align_downFunction · 0.85
get_pageMethod · 0.80
data_mutMethod · 0.80
mark_dirtyMethod · 0.80
syncMethod · 0.80
lenMethod · 0.45
srefMethod · 0.45

Tested by

no test coverage detected