Home
last modified time | relevance | path

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

/linux/rust/kernel/debugfs/
H A Dfile_ops.rs127 pub(crate) trait ReadFile<T> { interface
131 impl<T: Writer + Sync> ReadFile<T> for T {
/linux/rust/kernel/
H A Ddebugfs.rs52 ReadFile,
173 let file_ops = &<T as ReadFile<_>>::FILE_OPS; in read_only_file()
587 let vtable = <FormatAdapter<T, F> as ReadFile<_>>::FILE_OPS.adapt(); in read_callback_file()