Searched refs:do_pwritev (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ |
A D | read_write.c | 1008 static ssize_t do_pwritev(unsigned long fd, const struct iovec __user *vec, in do_pwritev() function 1068 return do_pwritev(fd, vec, vlen, pos, 0); in SYSCALL_DEFINE5() 1080 return do_pwritev(fd, vec, vlen, pos, flags); in SYSCALL_DEFINE6() 1135 return do_pwritev(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE4() 1145 return do_pwritev(fd, vec, vlen, pos, 0); in COMPAT_SYSCALL_DEFINE5() 1155 return do_pwritev(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE5() 1167 return do_pwritev(fd, vec, vlen, pos, flags); in COMPAT_SYSCALL_DEFINE6()
|
/linux/ |
A D | System.map | 8475 ffff800010246e60 t do_pwritev
|
A D | .tmp_System.map | 8475 ffff800010246e60 t do_pwritev
|
Completed in 272 milliseconds