Home
last modified time | relevance | path

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

/linux/rust/kernel/debugfs/
H A Dentry.rs52 pub(crate) unsafe fn dynamic_file<T>( in dynamic_file() method
/linux/rust/kernel/
H A Ddebugfs.rs88 unsafe { Entry::dynamic_file(name, parent.clone(), data, file_ops) } in create_file()