Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dseq_file.rs11 pub struct SeqFile { struct
16 impl SeqFile { argument
24 pub unsafe fn from_raw<'a>(ptr: *mut bindings::seq_file) -> &'a SeqFile { in from_raw()
H A Dmiscdevice.rs156 _m: &SeqFile, in show_fdinfo()