Searched defs:readv (Results 1 – 3 of 3) sorted by relevance
| /kernel/liteos_a/fs/vfs/operation/ |
| D | vfs_readv.c | 144 ssize_t readv(int fd, const struct iovec *iov, int iovcnt) in readv() function
|
| /kernel/linux/linux-4.19/fs/ |
| D | read_write.c | 1104 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument 1196 COMPAT_SYSCALL_DEFINE3(readv, compat_ulong_t, fd, in COMPAT_SYSCALL_DEFINE3() argument
|
| /kernel/linux/linux-5.10/fs/ |
| D | read_write.c | 1041 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
|