Searched +path:read_write +path:. +path:c +refs:read (Results 1 – 1 of 1) sorted by relevance
431 if (file->f_op->read) in __vfs_read()432 return file->f_op->read(file, buf, count, pos); in __vfs_read()562 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) in SYSCALL_DEFINE3() argument799 fn = file->f_op->read; in do_readv_writev()973 fn = file->f_op->read; in compat_do_readv_writev()