Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Drw.c180 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 Dsendfile.c272 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 Dcontract.h169 #define VOP_READ(vp, uiop, iof, cr) ((void)0) macro
/titanic_41/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()
/titanic_41/usr/src/uts/common/io/vscan/
H A Dvscan_drv.c562 rc = VOP_READ(vp, uiop, 0, kcred, NULL); in vscan_drv_read()
/titanic_41/usr/src/uts/common/fs/namefs/
H A Dnamevno.c195 return (VOP_READ(VTONM(vp)->nm_filevp, uiop, ioflag, crp, ct)); in nm_read()
/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c127 return (VOP_READ(vp, uiop, ioflag, cr, ct)); in lo_read()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c258 error = VOP_READ(vp, uiop, 0, cr, &smb_ct); in smb_vop_read()
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c394 error = VOP_READ(dv->sdev_attrvp, uio, ioflag, cred, ct); in sdev_read()
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1030 #define VOP_READ(vp, uiop, iof, cr, ct) \ macro
/titanic_41/usr/src/uts/common/sys/
H A Dvnode.h1035 #define VOP_READ(vp, uiop, iof, cr, ct) \ macro
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1914 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in soreadfile()
H A Dnl7curi.c1260 error = VOP_READ(vp, &uio, fp->f_flag, fp->f_cred, NULL); in nl7c_readfile()
H A Dsocksyscalls.c2786 error = VOP_READ(fvp, &auio, ioflag, fp->f_cred, NULL); in snf_cache()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c557 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 Dnfs_srv.c805 error = VOP_READ(vp, &uio, 0, cr, &ct); in rfs_read()
H A Dnfs3_srv.c1137 error = VOP_READ(vp, uiop, 0, cr, &ct); in rfs3_read()
H A Dnfs4_srv.c3128 error = VOP_READ(vp, uio, ioflag, cred, ct); in do_io()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c841 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 Dvfs.c2948 (void) VOP_READ(vfs_mntdummyvp, &uio, 0, kcred, NULL); in vfs_mnttab_rwop()
H A Dvnode.c803 error = VOP_READ(vp, &uio, ioflag, cr, NULL); in vn_rdwr()