Home
last modified time | relevance | path

Searched defs:Dir (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Ddebugfs.rs49 pub struct Dir(#[cfg(CONFIG_DEBUG_FS)] Option<Arc<Entry<'static>>>); global() struct
51 impl Dir { global() implementation
[all...]
/linux/samples/rust/
H A Drust_debugfs_scoped.rs121 init_control(base_dir: &Dir, dyn_dirs: Dir) -> impl PinInit<Scope<ModuleData>> + '_ init_control() argument