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

/netbsd-current/sys/fs/nfs/common/
H A Dnfs_commonacl.c70 acep->ae_perm = (acl_perm_t)0;
174 &acep->ae_perm);
326 if (ace->ae_perm & ACL_LIST_DIRECTORY)
328 if (ace->ae_perm & ACL_ADD_FILE)
330 if (ace->ae_perm & ACL_ADD_SUBDIRECTORY)
332 if (ace->ae_perm & ACL_READ_NAMED_ATTRS)
334 if (ace->ae_perm & ACL_WRITE_NAMED_ATTRS)
336 if (ace->ae_perm & ACL_EXECUTE)
338 if (ace->ae_perm & ACL_DELETE_CHILD)
340 if (ace->ae_perm
[all...]
/netbsd-current/lib/libc/posix1e/
H A Dacl_to_text.c72 acl_perm_t ae_perm, effective_perm, mask_perm; local
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
[all...]
H A Dacl_copy.c70 dest_d->ae_perm = src_d->ae_perm;
H A Dacl_calc_mask.c99 acl_int_new->acl_entry[i].ae_perm & ACL_PERM_BITS;
109 acl_int_new->acl_entry[mask_num].ae_perm = mask_mode;
121 acl_int_new->acl_entry[acl_int_new->acl_cnt].ae_perm =
H A Dacl_entry.c72 (**entry_p).ae_perm = ACL_PERM_NONE;
114 (**entry_p).ae_perm = ACL_PERM_NONE;
H A Dacl_support.c80 entrya->ae_perm != entryb->ae_perm ||
195 if ((entry->ae_perm | ACL_PERM_BITS) != ACL_PERM_BITS)
365 e->ae_perm = perm;
H A Dacl_get.c153 *permset_p = &entry_d->ae_perm;
H A Dacl_set.c156 entry_d->ae_perm = *permset_d;
/netbsd-current/sys/kern/
H A Dsubr_acl_posix1e.c109 acl_entry.ae_perm = acl_posix1e_mode_to_perm(tag, mode);
143 if (acl_user_obj_entry->ae_perm & ACL_EXECUTE)
145 if (acl_user_obj_entry->ae_perm & ACL_READ)
147 if (acl_user_obj_entry->ae_perm & ACL_WRITE)
149 if (acl_group_obj_entry->ae_perm & ACL_EXECUTE)
151 if (acl_group_obj_entry->ae_perm & ACL_READ)
153 if (acl_group_obj_entry->ae_perm & ACL_WRITE)
155 if (acl_other_entry->ae_perm & ACL_EXECUTE)
157 if (acl_other_entry->ae_perm & ACL_READ)
159 if (acl_other_entry->ae_perm
[all...]
H A Dsubr_acl_nfs4.c78 if (ae->ae_perm != perm)
104 ae->ae_perm = perm;
165 if ((ae->ae_perm & ACL_READ_DATA) &&
171 if ((ae->ae_perm & ACL_WRITE_DATA) &&
177 if ((ae->ae_perm & ACL_EXECUTE) &&
184 if ((ae->ae_perm & ACL_READ_DATA) &&
190 if ((ae->ae_perm & ACL_WRITE_DATA) &&
196 if ((ae->ae_perm & ACL_EXECUTE) &&
203 if (ae->ae_perm & ACL_READ_DATA) {
220 if (ae->ae_perm
[all...]
H A Dvfs_acl.c84 dest->acl_entry[i].ae_perm = source->acl_entry[i].ae_perm;
105 dest->acl_entry[i].ae_perm = source->acl_entry[i].ae_perm;
/netbsd-current/sys/miscfs/genfs/
H A Dgenfs_vnops.c781 if (ae->ae_perm & ACL_EXECUTE)
783 if (ae->ae_perm & ACL_READ)
785 if (ae->ae_perm & ACL_WRITE)
825 if (acl_mask->ae_perm & ACL_EXECUTE)
827 if (acl_mask->ae_perm & ACL_READ)
829 if (acl_mask->ae_perm & ACL_WRITE)
846 if (ae->ae_perm & ACL_EXECUTE)
848 if (ae->ae_perm & ACL_READ)
850 if (ae->ae_perm & ACL_WRITE)
875 if (ae->ae_perm
[all...]
/netbsd-current/sys/ufs/ufs/
H A Dufs_acl.c93 acl->acl_entry[i].ae_perm = acl_posix1e_mode_to_perm(
104 acl->acl_entry[i].ae_perm = acl_posix1e_mode_to_perm(
130 acl_group_obj->ae_perm = acl_posix1e_mode_to_perm(
136 acl_mask->ae_perm = acl_posix1e_mode_to_perm(ACL_GROUP_OBJ,
323 old->acl_entry[0].ae_perm = ACL_PERM_NONE;
326 old->acl_entry[1].ae_perm = ACL_PERM_NONE;
329 old->acl_entry[2].ae_perm = ACL_PERM_NONE;
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_disk_acl_linux.c117 int r, s, ae_id, ae_tag, ae_perm; local
131 ae_perm = 0;
195 ae_perm |= acl_posix_perm_map[i].a_perm;
199 ae_perm, ae_tag,
221 int ae_id, ae_tag, ae_perm; local
230 ae_perm = 0;
277 ae_perm |= acl_nfs4_flag_map[i].a_perm;
282 ae_perm |=
287 ae_perm, ae_tag, ae_id, ae_name);
H A Darchive_disk_acl_darwin.c218 int r, s, ae_id, ae_tag, ae_perm; local
231 ae_perm = 0;
263 * in the ae_perm bitmap.
281 ae_perm |= acl_nfs4_flag_map[i].a_perm;
303 ae_perm |= acl_nfs4_perm_map[i].a_perm;
308 ae_perm |= ARCHIVE_ENTRY_ACL_SYNCHRONIZE;
312 ae_perm, ae_tag,
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,
H A Darchive_disk_acl_sunos.c320 int ae_id, ae_tag, ae_perm; local
334 ae_perm = 0;
378 ae_perm |= acl_nfs4_flag_map[i].a_perm;
384 ae_perm |= acl_nfs4_perm_map[i].a_perm;
433 ae_perm |= acl_posix_perm_map[i].a_perm;
439 ae_perm, ae_tag, ae_id, ae_name);
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dacl.h99 oldacl_perm_t ae_perm; member in struct:oldacl_entry
114 acl_perm_t ae_perm; member in struct:acl_entry
199 * Possible bits in ae_perm field for POSIX.1e ACLs. Note
210 * Possible bits in ae_perm field for NFSv4 ACLs.
/netbsd-current/sys/sys/
H A Dacl.h90 oldacl_perm_t ae_perm; member in struct:oldacl_entry
105 acl_perm_t ae_perm; member in struct:acl_entry
190 * Possible bits in ae_perm field for POSIX.1e ACLs. Note
201 * Possible bits in ae_perm field for NFSv4 ACLs.

Completed in 214 milliseconds