Home
last modified time | relevance | path

Searched defs:FileOps (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/debugfs/
H A Dfile_ops.rs22 pub(super) struct FileOps<T> { struct
30 impl<T> FileOps<T> { argument
51 impl<T: Adapter> FileOps<T> { implementation
59 impl<T> Deref for FileOps<T> { implementation