Searched refs:seq_file (Results 1 – 3 of 3) sorted by relevance
12 inner: Opaque<bindings::seq_file>,24 pub unsafe fn from_raw<'a>(ptr: *mut bindings::seq_file) -> &'a SeqFile { in from_raw()
19 seq_file::SeqFile,324 unsafe extern "C" fn show_fdinfo(seq_file: *mut bindings::seq_file, file: *mut bindings::file) { in show_fdinfo() argument335 let m = unsafe { SeqFile::from_raw(seq_file) }; in show_fdinfo()
117 pub mod seq_file; module
Completed in 6 milliseconds