Searched refs:vfs_writev (Results 1 – 2 of 2) sorted by relevance
679 ssize_t vfs_writev(struct file *file, const struct iovec __user *vec, in vfs_writev() function690 EXPORT_SYMBOL(vfs_writev);723 ret = vfs_writev(file, vec, vlen, &pos); in SYSCALL_DEFINE3()
1006 host_err = vfs_writev(file, (struct iovec __user *)vec, vlen, &offset); in nfsd_vfs_write()