Lines Matching refs:ae_perm
109 acl_entry.ae_perm = acl_posix1e_mode_to_perm(tag, mode);
143 if (acl_user_obj_entry->ae_perm & ACL_EXECUTE)
145 if (acl_user_obj_entry->ae_perm & ACL_READ)
147 if (acl_user_obj_entry->ae_perm & ACL_WRITE)
149 if (acl_group_obj_entry->ae_perm & ACL_EXECUTE)
151 if (acl_group_obj_entry->ae_perm & ACL_READ)
153 if (acl_group_obj_entry->ae_perm & ACL_WRITE)
155 if (acl_other_entry->ae_perm & ACL_EXECUTE)
157 if (acl_other_entry->ae_perm & ACL_READ)
159 if (acl_other_entry->ae_perm & ACL_WRITE)
246 * Verify that all ae_perm entries are in ACL_PERM_BITS.
302 if ((acl->acl_entry[i].ae_perm | ACL_PERM_BITS) !=