Searched refs:VNOP_READ (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_quota.c | 399 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 D | vfs_xattr.c | 649 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 D | vfs_vnops.c | 1058 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 D | vfs_exclave_fs.c | 1237 error = VNOP_READ(vp, auio, 0, vfs_context_kernel()); in exclave_fs_io()
|
| H A D | kpi_vfs.c | 3956 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 D | tty_tty.c | 173 error = VNOP_READ(ttyvp, uio, flag, &context); in cttyread()
|
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 552 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 D | null_vnops.c | 1057 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 D | vnode_if.h | 476 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 D | nfs_serv.c | 1024 error = VNOP_READ(vp, auio, IO_NODELOCKED, ctx); in nfsrv_read()
|