Searched refs:kauth_filesec (Results 1 – 5 of 5) sorted by relevance
205 struct kauth_filesec;206 typedef struct kauth_filesec * kauth_filesec_t;
680 struct kauth_filesec { struct701 typedef struct kauth_filesec *kauth_filesec_t; argument704 #define KAUTH_FILESEC_SIZE(c) (__offsetof(struct kauth_filesec, fsec_acl) + __offsetof(st…
968 struct kauth_filesec tmp; in kauth_copyinfilesec()
2043 struct kauth_filesec fsec; in attr_pack_common()2050 …attrlist_pack_variable2(abp, &fsec, __offsetof(struct kauth_filesec, fsec_acl), vap->va_acl, KAUTH… in attr_pack_common()
3196 struct kauth_filesec lfsec; in vnode_setattr_fallback()