Searched refs:do_read (Results 1 – 6 of 6) sorted by relevance
18 static void do_read(int fd, int len) in do_read() function155 do_read(fd, readcount); in main()
65 static int do_read(void) in do_read() function122 return do_read(); in do_operation()
801 self.do_read = True848 self.do_read = False854 self.do_read = True875 if not self.do_read:
653 static int do_read(const char *path, const char *expected) in do_read() function689 err = do_read(path, "abcd"); in test_file_iter()705 do_read(path, "ABCD"); in test_file_iter()
607 static int do_read(struct fsg_common *common) in do_read() function1957 reply = do_read(common); in do_scsi_command()1968 reply = do_read(common); in do_scsi_command()1979 reply = do_read(common); in do_scsi_command()1990 reply = do_read(common); in do_scsi_command()
1433 static ssize_t do_read(struct file *fp, char __user *buf, size_t count, loff_t *ppos) in do_read() function1878 .read = do_read,