Home
last modified time | relevance | path

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

/linux/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() argument
H A Dmiscdevice.rs19 seq_file::SeqFile,
178 _m: &SeqFile, in show_fdinfo() argument
335 let m = unsafe { SeqFile::from_raw(seq_file) }; in show_fdinfo()