Home
last modified time | relevance | path

Searched refs:VNOP_READ (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_quota.c399 error = VNOP_READ(qfp->qf_vp, auio, 0, &context); in dqfileopen()
452 if (VNOP_READ(qfp->qf_vp, auio, 0, &context) == 0) { in dqfileclose()
790 error = VNOP_READ(dqvp, auio, 0, &context); in dqlookup()
H A Dvfs_xattr.c649 error = VNOP_READ(svp, auio, 0, kernelctx); in vnode_flushnamedstream()
1707 error = VNOP_READ(xvp, uio, 0, context); in default_getxattr_doubleagent()
1722 error = VNOP_READ(xvp, uio, 0, context); in default_getxattr_doubleagent()
H A Dvfs_vnops.c1058 error = VNOP_READ(vp, auio, ioflg, &context); in vn_rdwr_64()
1185 error = VNOP_READ(vp, uio, ioflag, ctx); in vn_read_common()
H A Dvfs_exclave_fs.c1237 error = VNOP_READ(vp, auio, 0, vfs_context_kernel()); in exclave_fs_io()
H A Dkpi_vfs.c3956 VNOP_READ(vnode_t vp, struct uio * uio, int ioflag, vfs_context_t ctx) in VNOP_READ() function
/xnu-12377.41.6/bsd/kern/
H A Dtty_tty.c173 error = VNOP_READ(ttyvp, uio, flag, &context); in cttyread()
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c552 error = VNOP_READ(lvp, auio, ((ap->a_flags & UPL_IOSYNC) ? IO_SYNC : 0), ap->a_context); in bindfs_pagein()
631 error = VNOP_READ(lvp, ap->a_uio, ap->a_ioflag, ap->a_context); in bindfs_read()
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c1057 error = VNOP_READ(lvp, auio, ((ap->a_flags & UPL_IOSYNC) ? IO_SYNC : 0), ectx); in nullfs_pagein()
1143 error = VNOP_READ(lvp, ap->a_uio, ap->a_ioflag, ectx); in nullfs_read()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h476 extern errno_t VNOP_READ(vnode_t vp, struct uio *uio, int ioflag, vfs_context_t ctx);
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c1024 error = VNOP_READ(vp, auio, IO_NODELOCKED, ctx); in nfsrv_read()