Searched refs:a_ioflag (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 332 rflags = (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0; in fifo_read() 388 (struct mbuf *)0, (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0); in fifo_write()
|
| /xnu-12377.41.6/bsd/miscfs/mockfs/ |
| H A D | mockfs_vnops.c | 222 rvalue = cluster_read(vp, ap->a_uio, fsnode->size, ap->a_ioflag); in mockfs_read()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 457 int a_ioflag; member 482 int a_ioflag; member
|
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 631 error = VNOP_READ(lvp, ap->a_uio, ap->a_ioflag, ap->a_context); in bindfs_read()
|
| /xnu-12377.41.6/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 584 (vp->v_rdev, uio, ap->a_ioflag); in spec_read() 726 (vp->v_rdev, uio, ap->a_ioflag); in spec_write() 752 io_sync = (ap->a_ioflag & IO_SYNC); in spec_write()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 3951 int a_ioflag; 3971 a.a_ioflag = ioflag; in VNOP_READ() 3992 int a_ioflag; 4012 a.a_ioflag = ioflag; in VNOP_WRITE()
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 1143 error = VNOP_READ(lvp, ap->a_uio, ap->a_ioflag, ectx); in nullfs_read()
|