Home
last modified time | relevance | path

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

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