/titanic_50/usr/src/uts/common/syscall/ |
H A D | rw.c | 309 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL); in write() 589 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL); in pwrite() 898 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL); in writev() 1294 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL); in pwritev() 1548 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL); in pwrite64()
|
H A D | sendfile.c | 157 error = VOP_WRITE(vp, &auio, ioflag, in sendvec_chunk64() 314 error = VOP_WRITE(vp, &auio, ioflag, in sendvec_chunk64() 845 error = VOP_WRITE(vp, &auio, ioflag, in sendvec_chunk() 1095 error = VOP_WRITE(vp, &auio, ioflag, in sendvec_chunk()
|
/titanic_50/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 170 #define VOP_WRITE(vp, uiop, iof, cr) ((void)0) macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | gentty.c | 294 error = VOP_WRITE(sp->s_vp, uiop, 0, cr, NULL); in sywrite()
|
H A D | sysmsg.c | 499 (void) VOP_WRITE(sysmcache[i].dca_vp, &tuio, 0, cred, in sysmwrite() 504 return (VOP_WRITE(dcvp, uio, 0, cred, NULL)); in sysmwrite()
|
/titanic_50/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 202 return (VOP_WRITE(VTONM(vp)->nm_filevp, uiop, ioflag, crp, ct)); in nm_write()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 251 ret = VOP_WRITE(vp, &uio, 0, kcred, NULL); in logd_log_write()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_srv.c | 1052 error = VOP_WRITE(vp, &uio, FSYNC, cr, &ct); in rfs_write_sync() 1095 error = VOP_WRITE(vp, &uio, FSYNC, cr, &ct); in rfs_write_sync() 1588 error = VOP_WRITE(vp, &uio, 0, rp->cr, &ct); in rfs_write()
|
H A D | nfs_log.c | 829 error = VOP_WRITE(vp, &uio, ioflag, CRED(), NULL); in nfslog_write_logrecords()
|
H A D | nfs4_state.c | 1042 (void) VOP_WRITE(vp, &uio, ioflag, CRED(), NULL); in rfs4_ss_clid_write_one()
|
H A D | nfs3_srv.c | 1438 error = VOP_WRITE(vp, &uio, ioflag, cr, &ct); in rfs3_write()
|
H A D | nfs4_srv.c | 3132 error = VOP_WRITE(vp, uio, ioflag, cred, ct); in do_io()
|
/titanic_50/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 138 return (VOP_WRITE(vp, uiop, ioflag, cr, ct)); in lo_write()
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 274 error = VOP_WRITE(vp, uiop, ioflag, cr, &smb_ct); in smb_vop_write()
|
/titanic_50/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 421 error = VOP_WRITE(dv->sdev_attrvp, uio, ioflag, cred, ct); in sdev_write()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vnode.h | 1037 #define VOP_WRITE(vp, uiop, iof, cr, ct) \ macro
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1032 #define VOP_WRITE(vp, uiop, iof, cr, ct) \ macro
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 2934 (void) VOP_WRITE(vfs_mntdummyvp, &uio, 0, kcred, NULL); in vfs_mnttab_rwop()
|
H A D | vnode.c | 799 error = VOP_WRITE(vp, &uio, ioflag, cr, NULL); in vn_rdwr()
|