Searched refs:a_perm (Results 1 – 5 of 5) sorted by relevance
52 const int a_perm; /* Libarchive permission or flag */ member272 ae_perm |= acl_nfs4_flag_map[i].a_perm; in translate_acl()303 ae_perm |= perm_map[i].a_perm; in translate_acl()487 if (ae_permset & perm_map[i].a_perm) { in set_acl()518 if (ae_permset & acl_nfs4_flag_map[i].a_perm) { in set_acl()
215 if (x->a_perm < y->a_perm) in cmp2acls()217 if (x->a_perm > y->a_perm) in cmp2acls()488 *mask = aclent[i].a_perm; in ln_aent_preprocess()585 acep->a_access_mask = mode_to_ace_access(aclent[i].a_perm, in ln_aent_to_ace()1064 error = ace_allow_to_mode(vals->allowed, &dest->a_perm, isdir); in acevals_to_aent()1182 &aent->a_perm, isdir); in ace_list_to_aent()1188 &aent->a_perm, isdir); in ace_list_to_aent()
70 if (aclent->a_perm & 1) in acl_entry_get_perm()72 if (aclent->a_perm & 2) in acl_entry_get_perm()74 if (aclent->a_perm & 4) in acl_entry_get_perm()
332 aclent_a->a_perm != aclent_b->a_perm) { in compare_acls()
53 o_mode_t a_perm; /* the permission field */ member