Searched refs:richace (Results 1 – 1 of 1) sorted by relevance
489 acl_match(struct richace *richace, struct myacl_t *myacl) in acl_match() argument493 perms = acl_permset_to_bitmap(richace->e_mask) | in acl_match()494 acl_flagset_to_bitmap(richace->e_flags); in acl_match()499 switch (richace->e_type) { in acl_match()512 if (richace->e_flags & RICHACE_SPECIAL_WHO) { in acl_match()513 switch (richace->e_id) { in acl_match()530 } else if (richace->e_flags & RICHACE_IDENTIFIER_GROUP) { in acl_match()533 if ((gid_t)myacl->qual != richace->e_id) in acl_match()538 if ((uid_t)myacl->qual != richace->e_id) in acl_match()701 struct richace *acl_entry; in compare_acls()