Home
last modified time | relevance | path

Searched refs:ae_entry_type (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_acl_nfs4.c124 if (entry->ae_entry_type != ACL_ENTRY_TYPE_ALLOW && in _acl_denies()
125 entry->ae_entry_type != ACL_ENTRY_TYPE_DENY) in _acl_denies()
151 if (entry->ae_entry_type == ACL_ENTRY_TYPE_DENY) { in _acl_denies()
311 if (entry->ae_entry_type != entry_type) in _acl_entry_matches()
335 entry->ae_entry_type = entry_type; in _acl_append()
389 entry->ae_entry_type != ACL_ENTRY_TYPE_DENY) in acl_nfs4_sync_acl_from_mode_draft()
455 if (entry->ae_entry_type != ACL_ENTRY_TYPE_ALLOW) in acl_nfs4_sync_acl_from_mode_draft()
515 previous->ae_entry_type = ACL_ENTRY_TYPE_DENY; in acl_nfs4_sync_acl_from_mode_draft()
736 entry->ae_entry_type != ACL_ENTRY_TYPE_DENY) in acl_nfs4_sync_mode_from_acl()
957 entry->ae_entry_type != ACL_ENTRY_TYPE_DENY) in acl_nfs4_compute_inherited_acl_draft()
[all …]
H A Dsubr_acl_posix1e.c411 acl_entry.ae_entry_type = 0; in acl_posix1e_mode_to_entry()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_acl.c151 entry->ae_entry_type = ACL_ENTRY_TYPE_ALLOW; in acl_from_aces()
154 entry->ae_entry_type = ACL_ENTRY_TYPE_DENY; in acl_from_aces()
157 entry->ae_entry_type = ACL_ENTRY_TYPE_AUDIT; in acl_from_aces()
160 entry->ae_entry_type = ACL_ENTRY_TYPE_ALARM; in acl_from_aces()
201 switch (entry->ae_entry_type) { in aces_from_acl()
216 entry->ae_entry_type); in aces_from_acl()
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c150 entry->ae_entry_type = ACL_ENTRY_TYPE_ALLOW; in acl_from_aces()
153 entry->ae_entry_type = ACL_ENTRY_TYPE_DENY; in acl_from_aces()
156 entry->ae_entry_type = ACL_ENTRY_TYPE_AUDIT; in acl_from_aces()
159 entry->ae_entry_type = ACL_ENTRY_TYPE_ALARM; in acl_from_aces()
200 switch (entry->ae_entry_type) { in aces_from_acl()
214 panic("aces_from_acl: ae_entry_type is 0x%x", entry->ae_entry_type); in aces_from_acl()
/freebsd/sys/fs/nfs/
H A Dnfs_commonacl.c71 acep->ae_entry_type = ACL_ENTRY_TYPE_DENY; in nfsrv_dissectace()
152 acep->ae_entry_type = ACL_ENTRY_TYPE_ALLOW; in nfsrv_dissectace()
154 acep->ae_entry_type = ACL_ENTRY_TYPE_DENY; in nfsrv_dissectace()
156 acep->ae_entry_type = ACL_ENTRY_TYPE_AUDIT; in nfsrv_dissectace()
158 acep->ae_entry_type = ACL_ENTRY_TYPE_ALARM; in nfsrv_dissectace()
297 if (ace->ae_entry_type & ACL_ENTRY_TYPE_ALLOW) in nfsrv_buildace()
299 else if (ace->ae_entry_type & ACL_ENTRY_TYPE_DENY) in nfsrv_buildace()
301 else if (ace->ae_entry_type & ACL_ENTRY_TYPE_AUDIT) in nfsrv_buildace()
/freebsd/lib/libc/posix1e/
H A Dacl_copy.c65 dest_d->ae_entry_type = src_d->ae_entry_type; in acl_copy_entry()
H A Dacl_entry.c67 (**entry_p).ae_entry_type = 0; in acl_create_entry()
109 (**entry_p).ae_entry_type = 0; in acl_create_entry_np()
H A Dacl_delete_entry.c50 if (a->ae_tag != b->ae_tag || a->ae_entry_type != b->ae_entry_type) in _entry_matches()
H A Dacl_support.c73 entrya->ae_entry_type != entryb->ae_entry_type || in _acl_differs()
H A Dacl_get.c212 *entry_type_p = entry_d->ae_entry_type; in acl_get_entry_type_np()
H A Dacl_set.c246 entry_d->ae_entry_type = entry_type; in acl_set_entry_type_np()
/freebsd/sys/sys/
H A Dacl.h108 acl_entry_type_t ae_entry_type; member