Searched refs:write_file (Results 1 – 1 of 1) sorted by relevance
71 let mut write_file = File::new( in pipe2() localVariable75 write_file.private_data = SpinLock::new(FilePrivateData::Pipefs(PipeFsPrivateData::new( in pipe2()81 write_file.set_close_on_exec(true); in pipe2()86 let write_fd = fd_table_guard.alloc_fd(write_file, None)?; in pipe2()