Home
last modified time | relevance | path

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

/linux/rust/kernel/debugfs/
H A Dfile_ops.rs365 pub(crate) trait BinaryReadWriteFile<T> { interface
369 impl<T: BinaryWriter + BinaryReader + Sync> BinaryReadWriteFile<T> for T {
/linux/rust/kernel/
H A Ddebugfs.rs49 BinaryReadWriteFile,
274 let file_ops = &<T as BinaryReadWriteFile<_>>::FILE_OPS; in read_write_binary_file()
620 let vtable = &<T as BinaryReadWriteFile<_>>::FILE_OPS; in read_write_binary_file()