Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_debugfs.rs141 _compatible <- debugfs.read_only_file( in new()
/linux/rust/kernel/
H A Ddebugfs.rs144 pub fn read_only_file<'a, T, E: 'a>( in read_only_file() method
529 pub fn read_only_file<T: Writer + Send + Sync + 'static>(&self, name: &CStr, data: &'data T) { in read_only_file() method