Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dread_write.c839 ssize_t vfs_writev(struct file *file, const struct iovec __user *vec, in vfs_writev() function
850 EXPORT_SYMBOL(vfs_writev);
880 ret = vfs_writev(f.file, vec, vlen, &pos); in SYSCALL_DEFINE3()
936 ret = vfs_writev(f.file, vec, vlen, &pos); in SYSCALL_DEFINE5()
/linux-4.4.14/fs/nfsd/
Dvfs.c945 host_err = vfs_writev(file, (struct iovec __user *)vec, vlen, &pos); in nfsd_vfs_write()
/linux-4.4.14/include/linux/
Dfs.h1691 extern ssize_t vfs_writev(struct file *, const struct iovec __user *,