Home
last modified time | relevance | path

Searched refs:do_pwritev (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dread_write.c1018 static ssize_t do_pwritev(unsigned long fd, const struct iovec __user *vec, in do_pwritev() function
1078 return do_pwritev(fd, vec, vlen, pos, 0); in SYSCALL_DEFINE5()
1090 return do_pwritev(fd, vec, vlen, pos, flags); in SYSCALL_DEFINE6()
1145 return do_pwritev(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE4()
1155 return do_pwritev(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE5()
1165 return do_pwritev(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE5()
1177 return do_pwritev(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE6()
/kernel/linux/linux-6.6/fs/
H A Dread_write.c1017 static ssize_t do_pwritev(unsigned long fd, const struct iovec __user *vec, in do_pwritev() function
1077 return do_pwritev(fd, vec, vlen, pos, 0); in SYSCALL_DEFINE5()
1089 return do_pwritev(fd, vec, vlen, pos, flags); in SYSCALL_DEFINE6()
1144 return do_pwritev(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE4()
1154 return do_pwritev(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE5()
1164 return do_pwritev(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE5()
1176 return do_pwritev(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE6()

Completed in 5 milliseconds