Home
last modified time | relevance | path

Searched defs:readv (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/fs/vfs/operation/
Dvfs_readv.c144 ssize_t readv(int fd, const struct iovec *iov, int iovcnt) in readv() function
/kernel/uniproton/src/fs/
Dfs.c149 ssize_t readv(int fd, const struct iovec *iovBuf, int iovcnt) in readv() function
/kernel/liteos_m/components/fs/vfs/
Dvfs_fs.c1146 ssize_t readv(int fd, const struct iovec *iovBuf, int iovcnt) in readv() function
/kernel/linux/linux-5.10/fs/
Dread_write.c1041 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument