Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dtty_tty.c88 error = VOP_WRITE(ttyvp, uio, flag, NOCRED); in cttywrite()
H A Dvfs_vnops.c324 error = VOP_WRITE(vp, &auio, ioflg, cred); in vn_rdwr()
408 error = VOP_WRITE(vp, uio, ioflag, cred); in vn_write()
H A Dvfs_vops.c231 VOP_WRITE(struct vnode *vp, struct uio *uio, int ioflag, in VOP_WRITE() function
H A Dkern_ktrace.c691 error = VOP_WRITE(vp, &auio, IO_UNIT|IO_APPEND, cred); in ktrwriteraw()
/openbsd/sys/sys/
H A Dvnode.h392 int VOP_WRITE(struct vnode *, struct uio *, int, struct ucred *);
/openbsd/sys/arch/sparc64/dev/
H A Dvdsp.c1046 err = VOP_WRITE(sc->sc_vp, &uio, 0, p->p_ucred); in vdsp_writelabel()
1329 vd->status = VOP_WRITE(sc->sc_vp, &uio, 0, p->p_ucred); in vdsp_write_dring()
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_lookup.c801 error = VOP_WRITE(dvp, &auio, IO_SYNC, cnp->cn_cred); in ext2fs_direnter()
/openbsd/sys/uvm/
H A Duvm_vnode.c1264 result = VOP_WRITE(vn, &uio, in uvn_io()
/openbsd/sys/ufs/ufs/
H A Dufs_quota.c1008 error = VOP_WRITE(dqvp, &auio, 0, dq->dq_cred); in dqsync()
/openbsd/sys/dev/pci/
H A Dif_qwx_pci.c3526 error = VOP_WRITE(vp, &uio, IO_UNIT|IO_APPEND, curproc->p_ucred); in qwx_rddm_task()
H A Dif_qwz_pci.c3433 error = VOP_WRITE(vp, &uio, IO_UNIT|IO_APPEND, curproc->p_ucred); in qwz_rddm_task()
/openbsd/sys/nfs/
H A Dnfs_serv.c951 error = VOP_WRITE(vp, uiop, ioflags, cred); in nfsrv_write()