Searched refs:do_preadv (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ |
D | read_write.c | 1129 static ssize_t do_preadv(unsigned long fd, const struct iovec __user *vec, in do_preadv() function 1192 return do_preadv(fd, vec, vlen, pos, 0); in SYSCALL_DEFINE5() 1204 return do_preadv(fd, vec, vlen, pos, flags); in SYSCALL_DEFINE6() 1238 return do_preadv(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE4() 1248 return do_preadv(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE5() 1258 return do_preadv(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE5() 1271 return do_preadv(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE6()
|