Searched refs:kauth_filesec (Results 1 – 4 of 4) 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…
1990 struct kauth_filesec fsec; in attr_pack_common()1997 …attrlist_pack_variable2(abp, &fsec, __offsetof(struct kauth_filesec, fsec_acl), vap->va_acl, KAUTH… in attr_pack_common()
3159 struct kauth_filesec lfsec; in vnode_setattr_fallback()