Searched refs:IO_NOAUTH (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_shutdown.c267 UIO_SYSSPACE, IO_UNIT | IO_NOAUTH, vfs_context_ucred(ctx), &resid, vfs_context_proc(ctx));
/xnu-2422.115.4/bsd/sys/
H A Dvnode.h148 #define IO_NOAUTH 0x8000 /* No authorization checks. */ macro
1811 @param ioflg Defined in vnode.h, e.g. IO_NOAUTH, IO_NOCACHE.
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c3226 ret = vn_rdwr(UIO_READ, xvp, buff, chunk, pos, UIO_SYSSPACE, IO_NODELOCKED|IO_NOAUTH, ucred, &iolen, p);
3233 ret = vn_rdwr(UIO_WRITE, xvp, buff, chunk, pos + delta, UIO_SYSSPACE, IO_NODELOCKED|IO_NOAUTH, ucred, &iolen, p);
3281 ret = vn_rdwr(UIO_READ, xvp, buff, chunk, pos, UIO_SYSSPACE, IO_NODELOCKED|IO_NOAUTH, ucred, &iolen, p);
3288 ret = vn_rdwr(UIO_WRITE, xvp, buff, chunk, pos - delta, UIO_SYSSPACE, IO_NODELOCKED|IO_NOAUTH, ucred, &iolen, p);
H A Dvfs_vnops.c862 * IO_NOAUTH should be re-examined.
865 if ((ioflg & IO_NOAUTH) == 0) {

Completed in 38 milliseconds