Searched refs:do_pwritev (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/ |
D | read_write.c | 1080 static ssize_t do_pwritev(unsigned long fd, const struct iovec __user *vec, in do_pwritev() function 1140 return do_pwritev(fd, vec, vlen, pos, 0); in SYSCALL_DEFINE5() 1152 return do_pwritev(fd, vec, vlen, pos, flags); in SYSCALL_DEFINE6()
|