Searched refs:ksys_read (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/init/ |
D | do_mounts_rd.c | 84 ksys_read(fd, buf, size); in identify_ramdisk_image() 130 ksys_read(fd, buf, size); in identify_ramdisk_image() 144 ksys_read(fd, buf, size); in identify_ramdisk_image() 262 ksys_read(in_fd, buf, BLOCK_SIZE); in rd_load_image() 300 long r = ksys_read(crd_infd, buf, len); in compr_fill()
|
D | do_mounts.c | 493 ksys_read(fd, &c, 1); in change_floppy()
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_linux.c | 463 return ksys_read(fd, buf, count); in COMPAT_SYSCALL_DEFINE3()
|
/Linux-v4.19/fs/ |
D | read_write.c | 571 ssize_t ksys_read(unsigned int fd, char __user *buf, size_t count) in ksys_read() function 588 return ksys_read(fd, buf, count); in SYSCALL_DEFINE3()
|
/Linux-v4.19/include/linux/ |
D | syscalls.h | 1142 ssize_t ksys_read(unsigned int fd, char __user *buf, size_t count);
|