Searched refs:vfs_writev (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | read_write.c | 761 ssize_t vfs_writev(struct file *file, const struct iovec __user *vec, in vfs_writev() function 772 EXPORT_SYMBOL(vfs_writev); 801 ret = vfs_writev(f.file, vec, vlen, &pos); in SYSCALL_DEFINE3() 856 ret = vfs_writev(f.file, vec, vlen, &pos); in SYSCALL_DEFINE5()
|
/fs/nfsd/ |
D | vfs.c | 1029 host_err = vfs_writev(file, (struct iovec __user *)vec, vlen, &pos); in nfsd_vfs_write()
|