Searched refs:ATTR_CMN_EXTENDED_SECURITY (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c226 {ATTR_CMN_EXTENDED_SECURITY, 0, sizeof(struct attrreference)},
235 (ATTR_CMN_EXTENDED_SECURITY | ATTR_CMN_UUID | ATTR_CMN_GRPUUID | \
392 {ATTR_CMN_EXTENDED_SECURITY, VATTR_BIT(va_acl), sizeof(struct attrreference), KAUTH_VNODE_READ_SECURITY},
1037 if (alp->commonattr & ATTR_CMN_EXTENDED_SECURITY)
1143 vs.f_attributes.validattr.commonattr |= (ATTR_CMN_EXTENDED_SECURITY | ATTR_CMN_UUID | ATTR_CMN_GRPUUID);
1145 vs.f_attributes.validattr.commonattr &= ~(ATTR_CMN_EXTENDED_SECURITY | ATTR_CMN_UUID | ATTR_CMN_GRPUUID);
1146 vs.f_attributes.nativeattr.commonattr &= ~(ATTR_CMN_EXTENDED_SECURITY | ATTR_CMN_UUID | ATTR_CMN_GRPUUID);
1473 if ((al.commonattr & ATTR_CMN_EXTENDED_SECURITY) &&
1726 if (al.commonattr & ATTR_CMN_EXTENDED_SECURITY) {
1736 ab.actual.commonattr |= ATTR_CMN_EXTENDED_SECURITY;
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dattr.h346 #define ATTR_CMN_EXTENDED_SECURITY 0x00400000 macro

Completed in 63 milliseconds