Searched refs:a_ioflag (Results 1 - 9 of 9) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c310 rflags = (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0;
360 (struct mbuf *)0, (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0);
/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c190 * int a_ioflag; // IO flags (we don't care about these)
195 * Given a vnode (a_vp), a set of flags (a_ioflag), and a description of a read request (a_uio), executes the read
218 rvalue = cluster_read(vp, ap->a_uio, fsnode->size, ap->a_ioflag);
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h424 int a_ioflag; member in struct:vnop_read_args
448 int a_ioflag; member in struct:vnop_write_args
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c471 (vp->v_rdev, uio, ap->a_ioflag);
566 (vp->v_rdev, uio, ap->a_ioflag);
576 io_sync = (ap->a_ioflag & IO_SYNC);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c112 int a_ioflag;
186 if ((retval = cp_handle_vnop (vp, CP_READ_ACCESS, ap->a_ioflag)) != 0) {
196 if (ap->a_ioflag & IO_SYSCALL_DISPATCH) {
219 retval = cluster_read(vp, uio, filesize, ap->a_ioflag |io_throttle);
289 int ioflag = ap->a_ioflag;
H A Dhfs_hotfiles.c1952 args.a_ioflag = 0;
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c3224 int a_ioflag;
3244 a.a_ioflag = ioflag;
3265 int a_ioflag;
3285 a.a_ioflag = ioflag;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c6021 int a_ioflag;
6098 return (nfs_bioread(VTONFS(ap->a_vp), ap->a_uio, ap->a_ioflag, ap->a_context));
7851 vwa.a_ioflag = 0;
H A Dnfs_vnops.c2577 int a_ioflag;
2585 int ioflag = ap->a_ioflag;
6460 int a_ioflag;
6490 int a_ioflag;
6568 int a_ioflag;
6598 int a_ioflag;

Completed in 90 milliseconds