Searched refs:kauth_filesec (Results 1 – 4 of 4) sorted by relevance
205 struct kauth_filesec;206 typedef struct kauth_filesec * kauth_filesec_t;
596 struct kauth_filesec { struct617 typedef struct kauth_filesec *kauth_filesec_t; argument620 #define KAUTH_FILESEC_SIZE(c) (__offsetof(struct kauth_filesec, fsec_acl) + __offsetof(st…
1984 struct kauth_filesec fsec; in attr_pack_common()1991 …attrlist_pack_variable2(abp, &fsec, __offsetof(struct kauth_filesec, fsec_acl), vap->va_acl, KAUTH… in attr_pack_common()
3117 struct kauth_filesec lfsec; in vnode_setattr_fallback()