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

/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h170 #define VOP_WRITE(vp, uiop, iof, cr) ((void)0) macro
/illumos-gate/usr/src/uts/common/io/
H A Dgentty.c294 error = VOP_WRITE(sp->s_vp, uiop, 0, cr, NULL);
H A Dsysmsg.c499 (void) VOP_WRITE(sysmcache[i].dca_vp, &tuio, 0, cred,
504 return (VOP_WRITE(dcvp, uio, 0, cred, NULL));
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c157 error = VOP_WRITE(vp, &auio, ioflag,
314 error = VOP_WRITE(vp, &auio, ioflag,
845 error = VOP_WRITE(vp, &auio, ioflag,
1081 error = VOP_WRITE(vp, &auio, ioflag,
H A Drw.c309 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL);
589 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL);
898 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL);
1294 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL);
1548 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL);
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c202 return (VOP_WRITE(VTONM(vp)->nm_filevp, uiop, ioflag, crp, ct));
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c251 ret = VOP_WRITE(vp, &uio, 0, kcred, NULL);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c1052 error = VOP_WRITE(vp, &uio, FSYNC, cr, &ct);
1095 error = VOP_WRITE(vp, &uio, FSYNC, cr, &ct);
1468 * contiguous requests are handled via one call to VOP_WRITE
1469 * instead of different calls to VOP_WRITE. We also keep
1588 error = VOP_WRITE(vp, &uio, 0, rp->cr, &ct);
H A Dnfs_log.c767 * We group the log records with an iovec and use VOP_WRITE to append
829 error = VOP_WRITE(vp, &uio, ioflag, CRED(), NULL);
H A Dnfs3_srv.c1438 error = VOP_WRITE(vp, &uio, ioflag, cr, &ct);
H A Dnfs4_state.c1042 (void) VOP_WRITE(vp, &uio, ioflag, CRED(), NULL);
H A Dnfs4_srv.c3114 error = VOP_WRITE(vp, uio, ioflag, cred, ct);
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c137 return (VOP_WRITE(vp, uiop, ioflag, cr, ct));
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c421 error = VOP_WRITE(dv->sdev_attrvp, uio, ioflag, cred, ct);
1470 * This pair of routines bracket all VOP_READ, VOP_WRITE
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h80 kstat_named_t nwrite; /* VOP_WRITE */
1032 #define VOP_WRITE(vp, uiop, iof, cr, ct) \ macro
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c274 error = VOP_WRITE(vp, uiop, ioflag, cr, &smb_ct);
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h79 kstat_named_t nwrite; /* VOP_WRITE */
1045 #define VOP_WRITE(vp, uiop, iof, cr, ct) \ macro
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2891 (void) VOP_WRITE(vfs_mntdummyvp, &uio, 0, kcred, NULL);
H A Dvnode.c448 /* VOP_WRITE I/O */
800 error = VOP_WRITE(vp, &uio, ioflag, cr, NULL);

Completed in 169 milliseconds