Searched refs:ae_perm (Results 1 – 3 of 3) sorted by relevance
59 acl_perm_t ae_perm, effective_perm, mask_perm; in acl_to_text() local66 mask_perm = acl->acl_entry[i].ae_perm; in acl_to_text()71 ae_perm = acl->acl_entry[i].ae_perm; in acl_to_text()75 error = acl_perm_to_string(ae_perm, in acl_to_text()90 error = acl_perm_to_string(ae_perm, in acl_to_text()100 effective_perm = ae_perm & mask_perm; in acl_to_text()101 if (effective_perm != ae_perm) { in acl_to_text()124 error = acl_perm_to_string(ae_perm, in acl_to_text()129 effective_perm = ae_perm & mask_perm; in acl_to_text()130 if (effective_perm != ae_perm) { in acl_to_text()[all …]
146 if ((entry->ae_perm | ACL_PERM_BITS) != ACL_PERM_BITS) in acl_check()404 e->ae_perm = perm; in acl_add_entry()
57 acl_perm_t ae_perm; member