/titanic_41/usr/src/uts/common/syscall/ |
H A D | rw.c | 180 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in read() 455 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in pread() 748 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in readv() 1085 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in preadv() 1420 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in pread64()
|
H A D | sendfile.c | 272 error = VOP_READ(readvp, &auio, ioflag, in sendvec_chunk64() 628 error = VOP_READ(readvp, &auio, ioflag, in sendvec_small_chunk() 1027 error = VOP_READ(readvp, &auio, ioflag, in sendvec_chunk()
|
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 169 #define VOP_READ(vp, uiop, iof, cr) ((void)0) macro
|
/titanic_41/usr/src/uts/common/io/ |
H A D | gentty.c | 273 error = VOP_READ(sp->s_vp, uiop, 0, cr, NULL); in syread()
|
H A D | sysmsg.c | 478 return (VOP_READ(dcvp, uio, 0, cred, NULL)); in sysmread()
|
/titanic_41/usr/src/uts/common/io/vscan/ |
H A D | vscan_drv.c | 562 rc = VOP_READ(vp, uiop, 0, kcred, NULL); in vscan_drv_read()
|
/titanic_41/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 195 return (VOP_READ(VTONM(vp)->nm_filevp, uiop, ioflag, crp, ct)); in nm_read()
|
/titanic_41/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 127 return (VOP_READ(vp, uiop, ioflag, cr, ct)); in lo_read()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 258 error = VOP_READ(vp, uiop, 0, cr, &smb_ct); in smb_vop_read()
|
/titanic_41/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 394 error = VOP_READ(dv->sdev_attrvp, uio, ioflag, cred, ct); in sdev_read()
|
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1030 #define VOP_READ(vp, uiop, iof, cr, ct) \ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | vnode.h | 1035 #define VOP_READ(vp, uiop, iof, cr, ct) \ macro
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socksubr.c | 1914 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in soreadfile()
|
H A D | nl7curi.c | 1260 error = VOP_READ(vp, &uio, fp->f_flag, fp->f_cred, NULL); in nl7c_readfile()
|
H A D | socksyscalls.c | 2786 error = VOP_READ(fvp, &auio, ioflag, fp->f_cred, NULL); in snf_cache()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 557 if (err = VOP_READ(vp, &uio, FREAD, CRED(), NULL)) { in rfs4_ss_getstate() 597 if (err = VOP_READ(vp, &uio, FREAD, CRED(), NULL)) { in rfs4_ss_getstate()
|
H A D | nfs_srv.c | 805 error = VOP_READ(vp, &uio, 0, cr, &ct); in rfs_read()
|
H A D | nfs3_srv.c | 1137 error = VOP_READ(vp, uiop, 0, cr, &ct); in rfs3_read()
|
H A D | nfs4_srv.c | 3128 error = VOP_READ(vp, uio, ioflag, cred, ct); in do_io()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 841 error = VOP_READ(backvp, uiop, ioflag, cr, ct); in cachefs_read_backfs_nfsv4() 3068 error = VOP_READ(cp->c_frontvp, uiop, 0, kcred, NULL); in cachefs_readlink_connected() 3137 error = VOP_READ(cp->c_frontvp, uiop, 0, kcred, NULL); in cachefs_readlink_disconnected()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 2948 (void) VOP_READ(vfs_mntdummyvp, &uio, 0, kcred, NULL); in vfs_mnttab_rwop()
|
H A D | vnode.c | 803 error = VOP_READ(vp, &uio, ioflag, cr, NULL); in vn_rdwr()
|