Searched refs:ACL_PERM_BITS (Results 1 – 2 of 2) sorted by relevance
605 if ((acl->acl_entry[i].ae_perm | ACL_PERM_BITS) != in acl_posix1e_check()606 ACL_PERM_BITS) in acl_posix1e_check()
198 #define ACL_PERM_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ) macro