Home
last modified time | relevance | path

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

/linux/rust/kernel/fs/
H A Dfile.rs283 pub unsafe fn from_raw_file<'a>(ptr: *const bindings::file) -> &'a LocalFile { in from_raw_file() method
357 pub unsafe fn from_raw_file<'a>(ptr: *const bindings::file) -> &'a File { in from_raw_file() method
376 unsafe { LocalFile::from_raw_file(core::ptr::from_ref(self).cast()) } in deref()