Searched refs:raw_read (Results 1 – 4 of 4) sorted by relevance
49 static ssize_t raw_read(int fd, void *buf, size_t count) in raw_read() function127 if (raw_read(fd, buf, 512) == -1) { in test_restart()
167 static void raw_read(int fd) in raw_read() function234 raw_read(fdr); in main()
136 static ssize_t raw_read(struct file *file, char __user *user_buf, size_t count, in raw_read() function157 .read = raw_read,
537 static ssize_t raw_read(struct file *filp, in raw_read() function