Home
last modified time | relevance | path

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

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