pub fn sys_write( fd: i32, buf: UserConstPtr<u8>, len: usize, ) -> LinuxResult<isize>
Write data to the file indicated by fd.
fd
Return the written size if success.