Home
last modified time | relevance | path

Searched refs:VOP_READ (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_rw.c115 error = VOP_READ(vp, &auio, ioflag, CRED(), NULL); in fake_pread()
H A Dfake_vnode.c376 error = VOP_READ(vp, &uio, ioflag, cr, NULL); in vn_rdwr()
/illumos-gate/usr/src/uts/common/io/
H A Dgentty.c273 error = VOP_READ(sp->s_vp, uiop, 0, cr, NULL); in syread()
H A Dsysmsg.c478 return (VOP_READ(dcvp, uio, 0, cred, NULL)); in sysmread()
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c181 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in read()
456 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in pread()
774 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in readv()
1173 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in preadv()
1515 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in pread64()
H A Dsendfile.c271 error = VOP_READ(readvp, &auio, ioflag, in sendvec_chunk64()
627 error = VOP_READ(readvp, &auio, ioflag, in sendvec_small_chunk()
1030 error = VOP_READ(readvp, &auio, ioflag, in sendvec_chunk()
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_drv.c562 rc = VOP_READ(vp, uiop, 0, kcred, NULL); in vscan_drv_read()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c196 return (VOP_READ(VTONM(vp)->nm_filevp, uiop, ioflag, crp, ct)); in nm_read()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c126 return (VOP_READ(vp, uiop, ioflag, cr, ct)); in lo_read()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c394 error = VOP_READ(dv->sdev_attrvp, uio, ioflag, cred, ct); in sdev_read()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c262 error = VOP_READ(vp, uiop, ioflag, cr, &smb_ct); in smb_vop_read()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1030 #define VOP_READ(vp, uiop, iof, cr, ct) \ macro
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h1037 #define VOP_READ(vp, uiop, iof, cr, ct) \ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1117 #define VOP_READ(vp, uiop, iof, cr, ct) \ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1971 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in soreadfile()
H A Dsocksyscalls.c2852 error = VOP_READ(fvp, &auio, ioflag, fp->f_cred, NULL); in snf_cache()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c538 err = VOP_READ(vp, &uio, FREAD, CRED(), NULL); in rfs4_ss_getstate()
579 err = VOP_READ(vp, &uio, FREAD, CRED(), NULL); in rfs4_ss_getstate()
H A Dnfs_srv.c935 error = VOP_READ(vp, &uio, 0, cr, &ct); in rfs_read()
H A Dnfs3_srv.c1187 error = VOP_READ(vp, uiop, 0, cr, &ct); in rfs3_read()
H A Dnfs4_srv.c3374 error = VOP_READ(vp, uio, ioflag, cred, ct); in do_io()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2874 (void) VOP_READ(vfs_mntdummyvp, &uio, 0, kcred, NULL); in vfs_mnttab_rwop()
H A Dvnode.c812 error = VOP_READ(vp, &uio, ioflag, cr, NULL); in vn_rdwr()