Symbol: VOP_WRITE
usr/src/lib/smbclnt/libfksmbfs/common/fake_rw.c
193
error = VOP_WRITE(vp, &auio, ioflag, CRED(), NULL);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vnode.c
373
error = VOP_WRITE(vp, &uio, ioflag, cr, NULL);
usr/src/uts/common/fs/dev/sdev_vnops.c
421
error = VOP_WRITE(dv->sdev_attrvp, uio, ioflag, cred, ct);
usr/src/uts/common/fs/lofs/lofs_vnops.c
137
return (VOP_WRITE(vp, uiop, ioflag, cr, ct));
usr/src/uts/common/fs/namefs/namevno.c
203
return (VOP_WRITE(VTONM(vp)->nm_filevp, uiop, ioflag, crp, ct));
usr/src/uts/common/fs/nfs/nfs3_srv.c
1495
error = VOP_WRITE(vp, &uio, ioflag, cr, &ct);
usr/src/uts/common/fs/nfs/nfs4_srv.c
3444
error = VOP_WRITE(vp, uio, ioflag, cred, ct);
usr/src/uts/common/fs/nfs/nfs4_state.c
1078
(void) VOP_WRITE(vp, &uio, ioflag, CRED(), NULL);
usr/src/uts/common/fs/nfs/nfs_log.c
831
error = VOP_WRITE(vp, &uio, ioflag, CRED(), NULL);
usr/src/uts/common/fs/nfs/nfs_srv.c
1179
error = VOP_WRITE(vp, &uio, FSYNC, cr, &ct);
usr/src/uts/common/fs/nfs/nfs_srv.c
1223
error = VOP_WRITE(vp, &uio, FSYNC, cr, &ct);
usr/src/uts/common/fs/nfs/nfs_srv.c
1715
error = VOP_WRITE(vp, &uio, 0, rp->cr, &ct);
usr/src/uts/common/fs/smbsrv/smb_vops.c
278
error = VOP_WRITE(vp, uiop, ioflag, cr, &smb_ct);
usr/src/uts/common/fs/vfs.c
2892
(void) VOP_WRITE(vfs_mntdummyvp, &uio, 0, kcred, NULL);
usr/src/uts/common/fs/vnode.c
808
error = VOP_WRITE(vp, &uio, ioflag, cr, NULL);
usr/src/uts/common/io/gentty.c
294
error = VOP_WRITE(sp->s_vp, uiop, 0, cr, NULL);
usr/src/uts/common/io/sysmsg.c
499
(void) VOP_WRITE(sysmcache[i].dca_vp, &tuio, 0, cred,
usr/src/uts/common/io/sysmsg.c
504
return (VOP_WRITE(dcvp, uio, 0, cred, NULL));
usr/src/uts/common/syscall/rw.c
1387
error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL);
usr/src/uts/common/syscall/rw.c
1643
error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL);
usr/src/uts/common/syscall/rw.c
310
error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL);
usr/src/uts/common/syscall/rw.c
590
error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL);
usr/src/uts/common/syscall/rw.c
958
error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL);
usr/src/uts/common/syscall/sendfile.c
1098
error = VOP_WRITE(vp, &auio, ioflag,
usr/src/uts/common/syscall/sendfile.c
156
error = VOP_WRITE(vp, &auio, ioflag,
usr/src/uts/common/syscall/sendfile.c
313
error = VOP_WRITE(vp, &auio, ioflag,
usr/src/uts/common/syscall/sendfile.c
848
error = VOP_WRITE(vp, &auio, ioflag,