Home
last modified time | relevance | path

Searched refs:GenDisk (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/block/mq/
H A Dgen_disk.rs103 ) -> Result<GenDisk<T>> { in build()
183 Ok(GenDisk { in build()
198 pub struct GenDisk<T: Operations> { struct
205 unsafe impl<T: Operations + Send> Send for GenDisk<T> {} implementation
207 impl<T: Operations> Drop for GenDisk<T> { implementation
/linux/drivers/block/rnull/
H A Drnull.rs13 gen_disk::{self, GenDisk},
54 ) -> Result<GenDisk<Self>> { in new()
H A Dconfigfs.rs5 block::mq::gen_disk::{GenDisk, GenDiskBuilder},
125 disk: Option<GenDisk<NullBlkDevice>>,