Home | History | Annotate | Download | only in posix1e

Lines Matching defs:ae_perm

72 	acl_perm_t	 ae_perm, effective_perm, mask_perm;
83 mask_perm = acl_int->acl_entry[i].ae_perm;
88 ae_perm = acl_int->acl_entry[i].ae_perm;
92 error = _posix1e_acl_perm_to_string(ae_perm,
105 error = _posix1e_acl_perm_to_string(ae_perm,
115 effective_perm = ae_perm & mask_perm;
116 if (effective_perm != ae_perm) {
138 error = _posix1e_acl_perm_to_string(ae_perm,
143 effective_perm = ae_perm & mask_perm;
144 if (effective_perm != ae_perm) {
165 error = _posix1e_acl_perm_to_string(ae_perm,
175 effective_perm = ae_perm & mask_perm;
176 if (effective_perm != ae_perm) {
198 error = _posix1e_acl_perm_to_string(ae_perm,
212 error = _posix1e_acl_perm_to_string(ae_perm,