Home
last modified time | relevance | path

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

/linux/rust/kernel/debugfs/
H A Dfile_ops.rs281 pub(crate) trait BinaryReadFile<T> { interface
285 impl<T: BinaryWriter + Sync> BinaryReadFile<T> for T {
/linux/rust/kernel/
H A Ddebugfs.rs30 BinaryReadFile, BinaryReadWriteFile, BinaryWriteFile, FileOps, ReadFile, ReadWriteFile,