Searched refs:ksys_read (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/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 | 526 ksys_read(fd, &c, 1); in change_floppy()
|
/Linux-v5.4/arch/s390/kernel/ |
D | compat_linux.c | 230 return ksys_read(fd, buf, count); in COMPAT_SYSCALL_DEFINE3()
|
/Linux-v5.4/fs/ |
D | read_write.c | 576 ssize_t ksys_read(unsigned int fd, char __user *buf, size_t count) in ksys_read() function 597 return ksys_read(fd, buf, count); in SYSCALL_DEFINE3()
|
/Linux-v5.4/include/linux/ |
D | syscalls.h | 1247 ssize_t ksys_read(unsigned int fd, char __user *buf, size_t count);
|