Searched defs:pwritev (Results 1 – 3 of 3) sorted by relevance
| /kernel/liteos_a/fs/vfs/operation/ |
| D | vfs_pwritev.c | 47 ssize_t pwritev(int fd, const struct iovec *iov, int iovcnt, off_t offset) in pwritev() function
|
| /kernel/linux/linux-6.6/fs/ |
| D | read_write.c | 1072 SYSCALL_DEFINE5(pwritev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5() argument 1148 COMPAT_SYSCALL_DEFINE5(pwritev, compat_ulong_t, fd, in COMPAT_SYSCALL_DEFINE5() argument
|
| /kernel/linux/linux-5.10/fs/ |
| D | read_write.c | 1073 SYSCALL_DEFINE5(pwritev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5() argument 1149 COMPAT_SYSCALL_DEFINE5(pwritev, compat_ulong_t, fd, in COMPAT_SYSCALL_DEFINE5() argument
|