Home
last modified time | relevance | path

Searched refs:VOP_WRITE (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Drw.c309 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 Dsendfile.c157 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 Dcontract.h170 #define VOP_WRITE(vp, uiop, iof, cr) ((void)0) macro
/titanic_50/usr/src/uts/common/io/
H A Dgentty.c294 error = VOP_WRITE(sp->s_vp, uiop, 0, cr, NULL); in sywrite()
H A Dsysmsg.c499 (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 Dnamevno.c202 return (VOP_WRITE(VTONM(vp)->nm_filevp, uiop, ioflag, crp, ct)); in nm_write()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c251 ret = VOP_WRITE(vp, &uio, 0, kcred, NULL); in logd_log_write()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c1052 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 Dnfs_log.c829 error = VOP_WRITE(vp, &uio, ioflag, CRED(), NULL); in nfslog_write_logrecords()
H A Dnfs4_state.c1042 (void) VOP_WRITE(vp, &uio, ioflag, CRED(), NULL); in rfs4_ss_clid_write_one()
H A Dnfs3_srv.c1438 error = VOP_WRITE(vp, &uio, ioflag, cr, &ct); in rfs3_write()
H A Dnfs4_srv.c3132 error = VOP_WRITE(vp, uio, ioflag, cred, ct); in do_io()
/titanic_50/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c138 return (VOP_WRITE(vp, uiop, ioflag, cr, ct)); in lo_write()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c274 error = VOP_WRITE(vp, uiop, ioflag, cr, &smb_ct); in smb_vop_write()
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c421 error = VOP_WRITE(dv->sdev_attrvp, uio, ioflag, cred, ct); in sdev_write()
/titanic_50/usr/src/uts/common/sys/
H A Dvnode.h1037 #define VOP_WRITE(vp, uiop, iof, cr, ct) \ macro
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1032 #define VOP_WRITE(vp, uiop, iof, cr, ct) \ macro
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c2934 (void) VOP_WRITE(vfs_mntdummyvp, &uio, 0, kcred, NULL); in vfs_mnttab_rwop()
H A Dvnode.c799 error = VOP_WRITE(vp, &uio, ioflag, cr, NULL); in vn_rdwr()