Searched refs:XATTR_NOSECURITY (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_vfs_subr.c146 int options = XATTR_NOSECURITY;
169 int options = XATTR_NOSECURITY;
188 int options = XATTR_NOSECURITY;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h42 #define XATTR_NOSECURITY 0x0008 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c117 * The XATTR_NOSECURITY flag implies a kernel request.
119 if (!(options & XATTR_NOSECURITY)) {
182 if (!(options & XATTR_NOSECURITY)) {
241 if ((error == 0) && !(options & XATTR_NOSECURITY) &&
270 if (!(options & XATTR_NOSECURITY)) {
301 if ((error == 0) && !(options & XATTR_NOSECURITY) &&
327 if (!(options & XATTR_NOSECURITY)) {
584 error = vn_setxattr(vp, XATTR_RESOURCEFORK_NAME, auio, XATTR_NOSECURITY, context);
666 XATTR_NOSECURITY, context);
675 XATTR_NOSECURITY, contex
[all...]
H A Dvfs_attrlist.c463 error = vn_setxattr(vp, XATTR_FINDERINFO_NAME, auio, XATTR_NOSECURITY, ctx);
1283 error = vn_getxattr(vp, XATTR_FINDERINFO_NAME, auio, &fisize, XATTR_NOSECURITY, ctx);
1456 if ((error = vn_getxattr(vp, XATTR_RESOURCEFORK_NAME, NULL, &rsize, XATTR_NOSECURITY, ctx)) != 0) {
H A Dvfs_syscalls.c6464 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT))
6516 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))
6569 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT))
6621 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))
6673 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT))
6716 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))
6764 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT))
6806 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))
H A Dkpi_vfs.c1894 if (vn_getxattr(vp, KAUTH_FILESEC_XATTR, NULL, &xsize, XATTR_NOSECURITY, ctx) != 0) {
1932 XATTR_NOSECURITY,
2046 XATTR_NOSECURITY, /* we have auth'ed already */
2488 error = vn_removexattr(vp, KAUTH_FILESEC_XATTR, XATTR_NOSECURITY, ctx);

Completed in 66 milliseconds