HomeSort by: relevance | last modified time | path
    Searched refs:ae_perm (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonacl.c 70 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 & ACL_READ_ATTRIBUTES
    [all...]
  /src/lib/libc/posix1e/
acl_to_text.c 72 acl_perm_t ae_perm, effective_perm, mask_perm; local in function:_posix1e_acl_to_text
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
    [all...]
acl_copy.c 70 dest_d->ae_perm = src_d->ae_perm;
acl_calc_mask.c 99 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 =
acl_entry.c 72 (**entry_p).ae_perm = ACL_PERM_NONE;
114 (**entry_p).ae_perm = ACL_PERM_NONE;
acl_support.c 80 entrya->ae_perm != entryb->ae_perm ||
195 if ((entry->ae_perm | ACL_PERM_BITS) != ACL_PERM_BITS)
365 e->ae_perm = perm;
acl_get.c 153 *permset_p = &entry_d->ae_perm;
acl_set.c 156 entry_d->ae_perm = *permset_d;
  /src/sys/kern/
subr_acl_posix1e.c 109 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 & ACL_WRITE
    [all...]
subr_acl_nfs4.c 78 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 & ACL_WRITE_DATA)
    [all...]
vfs_acl.c 86 dest->acl_entry[i].ae_perm = source->acl_entry[i].ae_perm;
107 dest->acl_entry[i].ae_perm = source->acl_entry[i].ae_perm;
  /src/sys/miscfs/genfs/
genfs_vnops.c 781 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 & ACL_EXECUTE
    [all...]
  /src/sys/ufs/ufs/
ufs_acl.c 93 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;
  /src/sys/sys/
acl.h 90 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 55 milliseconds