Searched refs:do_preadv (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/ |
| H A D | read_write.c | 1118 static ssize_t do_preadv(unsigned long fd, const struct iovec __user *vec, in do_preadv() function 1177 return do_preadv(fd, vec, vlen, pos, 0); in SYSCALL_DEFINE5() 1189 return do_preadv(fd, vec, vlen, pos, flags); in SYSCALL_DEFINE6() 1223 return do_preadv(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE4() 1233 return do_preadv(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE5() 1243 return do_preadv(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE5() 1256 return do_preadv(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE6()
|