Home
last modified time | relevance | path

Searched refs:a_perm (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c52 const int a_perm; /* Libarchive permission or flag */ member
272 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()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c214 if (x->a_perm < y->a_perm) in cmp2acls()
216 if (x->a_perm > y->a_perm) in cmp2acls()
453 *mask = aclent[i].a_perm; in ln_aent_preprocess()
550 acep->a_access_mask = mode_to_ace_access(aclent[i].a_perm, in ln_aent_to_ace()
1029 error = ace_allow_to_mode(vals->allowed, &dest->a_perm, isdir); in acevals_to_aent()
1147 &aent->a_perm, isdir); in ace_list_to_aent()
1153 &aent->a_perm, isdir); in ace_list_to_aent()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c69 if (aclent->a_perm & 1) in acl_entry_get_perm()
71 if (aclent->a_perm & 2) in acl_entry_get_perm()
73 if (aclent->a_perm & 4) in acl_entry_get_perm()
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_acls.c313 aclent_a->a_perm != aclent_b->a_perm) { in compare_acls()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dacl.h51 o_mode_t a_perm; /* the permission field */ member
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dacl.h44 o_mode_t a_perm; /* the permission field */ member