Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/
Drnull.rs35 _disk: Pin<Box<Mutex<GenDisk<NullBlkDevice>>>>,
56 struct NullBlkDevice; struct
59 impl Operations for NullBlkDevice { implementation