sys_read
asmlinkage long sys_read(unsigned int fd, char __user *buf, size_t count);
__SYSCALL(__NR_read, sys_read)
return __sysret(sys_read(fd, buf, count));
__SYSCALL(__NR_read, sys_read)
rv = sys_read(fd, buf2, sizeof(buf2));