Home
last modified time | relevance | path

Searched refs:RawWriter (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/block/mq/
H A Draw_writer.rs13 pub(crate) struct RawWriter<'a> { struct
18 impl<'a> RawWriter<'a> { impl
20 fn new(buffer: &'a mut [u8]) -> Result<RawWriter<'a>> { in new()
29 ) -> Result<RawWriter<'a>> {
38 impl Write for RawWriter<'_> { implementation
H A Dgen_disk.rs8 use crate::block::mq::{raw_writer::RawWriter, Operations, TagSet};
142 let mut raw_writer = RawWriter::from_array( in build()