Searched refs:vfs_writev (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ |
D | read_write.c | 839 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.1.27/fs/nfsd/ |
D | vfs.c | 983 host_err = vfs_writev(file, (struct iovec __user *)vec, vlen, &pos); in nfsd_vfs_write()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1673 extern ssize_t vfs_writev(struct file *, const struct iovec __user *,
|