Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dread_write.c1139 static ssize_t do_pwritev(unsigned long fd, const struct iovec __user *vec, in do_pwritev() function
1197 return do_pwritev(fd, vec, vlen, pos, 0); in SYSCALL_DEFINE5()
1209 return do_pwritev(fd, vec, vlen, pos, flags); in SYSCALL_DEFINE6()
1264 return do_pwritev(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE4()
1274 return do_pwritev(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE5()
1284 return do_pwritev(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE5()
1296 return do_pwritev(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE6()