Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dtty_tty.c92 error = VOP_READ(ttyvp, uio, flag, NOCRED); in cttyread()
H A Dvfs_vnops.c558 error = VOP_READ(vp, &auio, ioflg, cred); in vn_rdwr()
675 error = VOP_READ(vp, uio, ioflag, cred); in vn_read()
H A Dvnode_if.c767 VOP_READ(struct vnode *vp, in VOP_READ() function
/netbsd-src/sys/ufs/lfs/
H A Dulfs_extattr.c791 error = VOP_READ(backing_vnode, &auio, IO_NODELOCKED, in ulfs_extattr_enable()
994 error = VOP_READ(uele->uele_backing_vnode, &aio, in ulfs_extattr_get_header()
1133 error = VOP_READ(attribute->uele_backing_vnode, uio, in ulfs_extattr_get()
H A Dulfs_quota1.c808 error = VOP_READ(dqvp, &auio, 0, ump->um_cred[type]); in lfs_dq1get()
H A Dulfs_vnops.c843 error = VOP_READ(vp, &rawuio, 0, ap->a_cred); in ulfs_readdir()
/netbsd-src/sys/ufs/ufs/
H A Dufs_extattr.c793 error = VOP_READ(backing_vnode, &auio, IO_NODELOCKED, in ufs_extattr_enable()
983 error = VOP_READ(uele->uele_backing_vnode, &aio, in ufs_extattr_get_header()
1122 error = VOP_READ(attribute->uele_backing_vnode, uio, in ufs_extattr_get()
H A Dufs_quota1.c818 error = VOP_READ(dqvp, &auio, 0, ump->um_cred[type]); in dq1get()
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpvnode_if.c218 error = VOP_READ(vp, uio, ioflag, cred); in RUMP_VOP_READ()
/netbsd-src/sys/sys/
H A Dvnode_if.h175 int VOP_READ(struct vnode *, struct uio *, int, kauth_cred_t);
/netbsd-src/sys/fs/unionfs/
H A Dunionfs_subr.c695 if ((error = VOP_READ(lvp, &uio, 0, cred)) != 0) in unionfs_copyfile_core()
H A Dunionfs_vnops.c817 error = VOP_READ(tvp, ap->a_uio, ap->a_ioflag, ap->a_cred); in unionfs_read()
/netbsd-src/sys/fs/hfs/
H A Dhfs_vnops.c1000 return VOP_READ(ap->a_vp, ap->a_uio, 0, ap->a_cred); in hfs_vop_readlink()
/netbsd-src/sys/fs/union/
H A Dunion_subr.c659 error = VOP_READ(fvp, &uio, 0, cred); in union_copyfile()
H A Dunion_vnops.c998 error = VOP_READ(vp, ap->a_uio, ap->a_ioflag, ap->a_cred); in union_read()
/netbsd-src/sys/coda/
H A Dcoda_vnops.c474 error = VOP_READ(cfvp, uiop, ioflag, cred); in coda_rdwr()
/netbsd-src/sys/miscfs/genfs/
H A Dgenfs_io.c1659 error = VOP_READ(vp, &uio, 0, cred); in genfs_compat_getpages()
/netbsd-src/share/man/man9/
H A DMakefile1119 vnodeops.9 VOP_READ.9 \
/netbsd-src/sys/dev/
H A Dvnd.c605 * and fail on non-allocated blocks. VOP_READ/VOP_WRITE
646 * Otherwise fall back to regular VOP_READ/VOP_WRITE operations in vndthread()
794 * Handles the read/write request given in 'bp' using the vnode's VOP_READ
1711 error = VOP_READ(vnd->sc_vp, &auio, 0, vnd->sc_cred); in vndsetcred()
1716 * VOP_READ from the buffer cache to prevent cache in vndsetcred()
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdport.c699 error = VOP_READ(vp, uiop, IO_NODELOCKED | ioflag, cred); in nfsvno_read()
/netbsd-src/sys/nfs/
H A Dnfs_serv.c807 error = VOP_READ(vp, uiop, IO_NODELOCKED, cred); in nfsrv_read()