Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_acl_posix1e.c131 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()
183 if (acl_mask->ae_perm & ACL_EXECUTE) in vaccess_acl_posix1e()
185 if (acl_mask->ae_perm & ACL_READ) in vaccess_acl_posix1e()
187 if (acl_mask->ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
205 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()
239 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()
339 if (acl_other->ae_perm & ACL_EXECUTE) in vaccess_acl_posix1e()
341 if (acl_other->ae_perm & ACL_READ) in vaccess_acl_posix1e()
343 if (acl_other->ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
461 if (acl_other_entry->ae_perm & ACL_READ) in acl_posix1e_perms_to_mode()
[all …]
H A Dsubr_acl_nfs4.c310 if (entry->ae_perm != perm) in _acl_entry_matches()
336 entry->ae_perm = perm; in _acl_append()
492 if (previous->ae_perm & ~(entry->ae_perm)) in acl_nfs4_sync_acl_from_mode_draft()
516 previous->ae_perm = 0; in acl_nfs4_sync_acl_from_mode_draft()
589 entry->ae_perm &= in acl_nfs4_sync_acl_from_mode_draft()
591 previous->ae_perm &= in acl_nfs4_sync_acl_from_mode_draft()
674 a2->ae_perm |= ACL_EXECUTE; in acl_nfs4_sync_acl_from_mode_draft()
676 a1->ae_perm |= ACL_EXECUTE; in acl_nfs4_sync_acl_from_mode_draft()
687 a4->ae_perm |= ACL_EXECUTE; in acl_nfs4_sync_acl_from_mode_draft()
1115 entry->ae_perm &= in acl_nfs4_inherit_entries()
[all …]
H A Dvfs_acl.c101 dest->acl_entry[i].ae_perm = source->acl_entry[i].ae_perm; in acl_copy_oldacl_into_acl()
122 dest->acl_entry[i].ae_perm = source->acl_entry[i].ae_perm; in acl_copy_acl_into_oldacl()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_acl.c149 entry->ae_perm = _bsd_from_zfs(ace->a_access_mask, perms); in acl_from_aces()
201 ace->a_access_mask = _zfs_from_bsd(entry->ae_perm, perms); in aces_from_acl()
/f-stack/freebsd/sys/
H A Dacl.h91 oldacl_perm_t ae_perm; member
106 acl_perm_t ae_perm; member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c789 entry->ae_perm &= ~(ACL_WRITE_ACL | ACL_WRITE_OWNER | in zfsctl_common_getacl()