pub fn sys_read(fd: i32, buf: UserPtr<u8>, len: usize) -> LinuxResult<isize>
Read data from the file indicated by fd.
fd
Return the read size if success.