Searched refs:IO_UNIT (Results 1 - 14 of 14) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_core.c449 IO_NOCACHE|IO_NODELOCKED|IO_UNIT, cred, (int64_t *) 0, core_proc);
485 UIO_SYSSPACE, IO_NOCACHE|IO_NODELOCKED|IO_UNIT, cred, (int *) 0, core_proc);
H A Dkern_acct.c298 (off_t)0, UIO_SYSSPACE, IO_APPEND|IO_UNIT, safecred,
H A Dkdebug.c1995 UIO_SYSSPACE, IO_NODELOCKED|IO_UNIT, vfs_context_ucred(ctx), (int *) 0, vfs_context_proc(ctx));
2001 UIO_SYSSPACE, IO_NODELOCKED|IO_UNIT, vfs_context_ucred(ctx), (int *) 0, vfs_context_proc(ctx));
2012 UIO_SYSSPACE, IO_NODELOCKED|IO_UNIT, vfs_context_ucred(ctx), (int *) 0, vfs_context_proc(ctx));
2037 UIO_SYSSPACE, IO_NODELOCKED|IO_UNIT, vfs_context_ucred(ctx), (int *) 0, vfs_context_proc(ctx));
2063 UIO_SYSSPACE, IO_NODELOCKED|IO_UNIT, vfs_context_ucred(ctx), (int *) 0, vfs_context_proc(ctx));
2862 UIO_SYSSPACE, IO_NODELOCKED|IO_UNIT, vfs_context_ucred(ctx), (int *) 0, vfs_context_proc(ctx));
H A Dkern_shutdown.c267 UIO_SYSSPACE, IO_UNIT | IO_NOAUTH, vfs_context_ucred(ctx), &resid, vfs_context_proc(ctx));
H A Dkern_symfile.c505 UIO_SYSSPACE, IO_SYNC|IO_NODELOCKED|IO_UNIT,
H A Dkern_exec.c645 UIO_SYSSPACE, (IO_UNIT|IO_NODELOCKED),
/xnu-2422.115.4/bsd/vm/
H A Dvm_compressor_backing_file.c234 UIO_SYSSPACE, IO_SYNC | IO_NODELOCKED | IO_UNIT | IO_NOCACHE | IO_SWAP_DISPATCH, vfs_context_ucred(ctx), (int *) 0, vfs_context_proc(ctx));
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_worker.c256 IO_APPEND|IO_UNIT, vfs_context_ucred(ctx), NULL,
/xnu-2422.115.4/bsd/sys/
H A Dvnode.h128 #define IO_UNIT 0x0001 /* do I/O as atomic unit */ macro
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c2370 result = cluster_read(evp, uio, VTOF(evp)->ff_size, IO_SYNC | IO_UNIT);
2421 (off_t) 0, IO_SYNC | IO_UNIT);
H A Dhfs_readwrite.c778 if (ioflag & IO_UNIT) {
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c981 ioflag = (IO_UNIT | IO_SYSCALL_DISPATCH);
H A Dvfs_xattr.c2993 error = VNOP_WRITE(xvp, auio, IO_UNIT, context);
/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp9371 UIO_SYSSPACE, IO_NODELOCKED|IO_UNIT, cred, (int *) 0, vfs_context_proc(ctx));

Completed in 140 milliseconds