Searched refs:kauth_filesec (Results 1 – 4 of 4) sorted by relevance
210 struct kauth_filesec;211 typedef struct kauth_filesec * kauth_filesec_t;
412 struct kauth_filesec { struct433 typedef struct kauth_filesec *kauth_filesec_t; argument436 #define KAUTH_FILESEC_SIZE(c) (__offsetof(struct kauth_filesec, fsec_acl) + __offsetof(st…
1951 struct kauth_filesec fsec; in attr_pack_common()1958 …attrlist_pack_variable2(abp, &fsec, __offsetof(struct kauth_filesec, fsec_acl), vap->va_acl, KAUTH… in attr_pack_common()
3093 struct kauth_filesec lfsec; in vnode_setattr_fallback()