Searched defs:file (Results 1 – 5 of 5) sorted by relevance
300 let file = unsafe { File::from_raw_file(raw_file) }; in open() localVariable341 file: *mut bindings::file, in mmap() argument355 let file = unsafe { File::from_raw_file(file) }; in mmap() localVariable367 file: *mut bindings::file, in llseek() argument379 let file = unsafe { LocalFile::from_raw_file(file) }; in llseek() localVariable428 unsafe extern "C" fn ioctl(file: *mut bindings::file, cmd: c_uint, arg: c_ulong) -> c_long { in ioctl() argument437 let file = unsafe { File::from_raw_file(file) }; in ioctl() localVariable450 file: *mut bindings::file, in compat_ioctl() argument462 let file = unsafe { File::from_raw_file(file) }; in compat_ioctl() localVariable474 unsafe extern "C" fn show_fdinfo(seq_file: *mut bindings::seq_file, file: *mut bindings::file) { in show_fdinfo() argument[all …]
7 pub mod file; module
40 const struct file *file) in rust_helper_security_binder_transfer_file()
196 let file = in module() localVariable
308 pub fn as_ptr(&self) -> *mut bindings::file { in as_ptr()