Searched refs:ae_perm (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_acl.h36 int16_t ae_perm; member in struct:ext2_acl_entry
42 int16_t ae_perm; member in struct:ext2_acl_entry_short
H A Dext2_acl.c70 acl->acl_entry[i].ae_perm = acl_posix1e_mode_to_perm(
81 acl->acl_entry[i].ae_perm = acl_posix1e_mode_to_perm(
107 acl_group_obj->ae_perm = acl_posix1e_mode_to_perm(
113 acl_mask->ae_perm = acl_posix1e_mode_to_perm(ACL_GROUP_OBJ,
172 acl->acl_entry[n].ae_perm = entry->ae_perm;
246 ap->a_aclp->acl_entry[0].ae_perm = ACL_PERM_NONE;
249 ap->a_aclp->acl_entry[1].ae_perm = ACL_PERM_NONE;
252 ap->a_aclp->acl_entry[2].ae_perm = ACL_PERM_NONE;
324 entry->ae_perm
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_acl_posix1e.c130 if (acl->acl_entry[i].ae_perm & ACL_EXECUTE)
132 if (acl->acl_entry[i].ae_perm & ACL_READ)
134 if (acl->acl_entry[i].ae_perm & ACL_WRITE)
186 if (acl_mask->ae_perm & ACL_EXECUTE)
188 if (acl_mask->ae_perm & ACL_READ)
190 if (acl_mask->ae_perm & ACL_WRITE)
206 if (acl->acl_entry[i].ae_perm & ACL_EXECUTE)
208 if (acl->acl_entry[i].ae_perm & ACL_READ)
210 if (acl->acl_entry[i].ae_perm & ACL_WRITE)
242 if (acl->acl_entry[i].ae_perm
[all...]
H A Dsubr_acl_nfs4.c153 if (entry->ae_perm & access_mask) {
160 access_mask &= ~(entry->ae_perm);
316 if (entry->ae_perm != perm)
342 entry->ae_perm = perm;
450 entry->ae_perm &= ~(ACL_READ_DATA | ACL_WRITE_DATA |
497 if (previous->ae_perm & ~(entry->ae_perm))
500 if (previous->ae_perm & ~(ACL_READ_DATA |
521 previous->ae_perm = 0;
546 if (entry->ae_perm
[all...]
H A Dvfs_acl.c85 dest->acl_entry[i].ae_perm = source->acl_entry[i].ae_perm;
106 dest->acl_entry[i].ae_perm = source->acl_entry[i].ae_perm;
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonacl.c66 acep->ae_perm = (acl_perm_t)0;
170 &acep->ae_perm);
322 if (ace->ae_perm & ACL_LIST_DIRECTORY)
324 if (ace->ae_perm & ACL_ADD_FILE)
326 if (ace->ae_perm & ACL_ADD_SUBDIRECTORY)
328 if (ace->ae_perm & ACL_READ_NAMED_ATTRS)
330 if (ace->ae_perm & ACL_WRITE_NAMED_ATTRS)
332 if (ace->ae_perm & ACL_EXECUTE)
334 if (ace->ae_perm & ACL_DELETE_CHILD)
336 if (ace->ae_perm
[all...]
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_to_text.c66 acl_perm_t ae_perm, effective_perm, mask_perm; local
77 mask_perm = acl_int->acl_entry[i].ae_perm;
82 ae_perm = acl_int->acl_entry[i].ae_perm;
86 error = _posix1e_acl_perm_to_string(ae_perm,
99 error = _posix1e_acl_perm_to_string(ae_perm,
109 effective_perm = ae_perm & mask_perm;
110 if (effective_perm != ae_perm) {
132 error = _posix1e_acl_perm_to_string(ae_perm,
137 effective_perm = ae_perm
[all...]
H A Dacl_copy.c65 dest_d->ae_perm = src_d->ae_perm;
H A Dacl_calc_mask.c92 acl_int_new->acl_entry[i].ae_perm & ACL_PERM_BITS;
102 acl_int_new->acl_entry[mask_num].ae_perm = mask_mode;
114 acl_int_new->acl_entry[acl_int_new->acl_cnt].ae_perm =
H A Dacl_entry.c67 (**entry_p).ae_perm = ACL_PERM_NONE;
109 (**entry_p).ae_perm = ACL_PERM_NONE;
H A Dacl_support.c75 entrya->ae_perm != entryb->ae_perm ||
190 if ((entry->ae_perm | ACL_PERM_BITS) != ACL_PERM_BITS)
360 e->ae_perm = perm;
H A Dacl_get.c148 *permset_p = &entry_d->ae_perm;
H A Dacl_set.c151 entry_d->ae_perm = *permset_d;
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_acl.c84 acl->acl_entry[i].ae_perm = acl_posix1e_mode_to_perm(
95 acl->acl_entry[i].ae_perm = acl_posix1e_mode_to_perm(
121 acl_group_obj->ae_perm = acl_posix1e_mode_to_perm(
127 acl_mask->ae_perm = acl_posix1e_mode_to_perm(ACL_GROUP_OBJ,
315 old->acl_entry[0].ae_perm = ACL_PERM_NONE;
318 old->acl_entry[1].ae_perm = ACL_PERM_NONE;
321 old->acl_entry[2].ae_perm = ACL_PERM_NONE;
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c149 entry->ae_perm = _bsd_from_zfs(ace->a_access_mask, perms);
201 ace->a_access_mask = _zfs_from_bsd(entry->ae_perm, perms);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c119 int r, s, ae_id, ae_tag, ae_perm; local
168 ae_perm = 0;
253 * in the ae_perm bitmap.
272 ae_perm |= acl_nfs4_flag_map[i].a_perm;
303 ae_perm |= perm_map[i].a_perm;
307 ae_perm, ae_tag,
/freebsd-11-stable/sys/sys/
H A Dacl.h89 oldacl_perm_t ae_perm; member in struct:oldacl_entry
104 acl_perm_t ae_perm; member in struct:acl_entry
189 * Possible bits in ae_perm field for POSIX.1e ACLs. Note
200 * Possible bits in ae_perm field for NFSv4 ACLs.
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c803 uint32_t old_perm = entry->ae_perm;
804 entry->ae_perm &= ~(ACL_WRITE_ACL | ACL_WRITE_OWNER |

Completed in 268 milliseconds