Home
last modified time | relevance | path

Searched refs:ACL_ENTRY_INHERIT_ONLY (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_acl_nfs4.c127 if (entry->ae_flags & ACL_ENTRY_INHERIT_ONLY) in _acl_denies()
395 if (entry->ae_flags & ACL_ENTRY_INHERIT_ONLY) in acl_nfs4_sync_acl_from_mode_draft()
415 entry->ae_flags |= ACL_ENTRY_INHERIT_ONLY; in acl_nfs4_sync_acl_from_mode_draft()
739 if (entry->ae_flags & ACL_ENTRY_INHERIT_ONLY) in acl_nfs4_sync_mode_from_acl()
927 ACL_ENTRY_INHERIT_ONLY); in acl_nfs4_compute_inherited_acl_draft()
948 entry->ae_flags |= ACL_ENTRY_INHERIT_ONLY; in acl_nfs4_compute_inherited_acl_draft()
969 entry->ae_flags |= ACL_ENTRY_INHERIT_ONLY; in acl_nfs4_compute_inherited_acl_draft()
978 ACL_ENTRY_INHERIT_ONLY); in acl_nfs4_compute_inherited_acl_draft()
1063 entry->ae_flags &= ~ACL_ENTRY_INHERIT_ONLY; in acl_nfs4_inherit_entries()
1085 ACL_ENTRY_INHERIT_ONLY); in acl_nfs4_inherit_entries()
[all …]
/freebsd/sys/sys/
H A Dacl.h251 #define ACL_ENTRY_INHERIT_ONLY 0x0008 macro
258 ACL_ENTRY_INHERIT_ONLY | ACL_ENTRY_SUCCESSFUL_ACCESS | \
/freebsd/sys/fs/nfs/
H A Dnfs_commonacl.c138 acep->ae_flags |= ACL_ENTRY_INHERIT_ONLY; in nfsrv_dissectace()
316 if (ace->ae_flags & ACL_ENTRY_INHERIT_ONLY) in nfsrv_buildace()
/freebsd/lib/libc/posix1e/
H A Dacl_support_nfs4.c45 { ACL_ENTRY_INHERIT_ONLY, "inherit_only", 'i'},
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_acl.c63 ACL_ENTRY_INHERIT_ONLY},
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c62 ACL_ENTRY_INHERIT_ONLY},
/freebsd/bin/setfacl/
H A Dsetfacl.c155 if (acl_get_flag_np(acl_flagset, ACL_ENTRY_INHERIT_ONLY) == 1) { in clear_inheritance_flags()
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_acls.c84 ACL_ENTRY_INHERIT_ONLY,
/freebsd/contrib/lib9p/
H A Dgenacl.c645 if (bsdflag & ACL_ENTRY_INHERIT_ONLY) in l9p_frombsdnfs4()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c93 {ARCHIVE_ENTRY_ACL_ENTRY_INHERIT_ONLY, ACL_ENTRY_INHERIT_ONLY},
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c418 {ARCHIVE_ENTRY_ACL_ENTRY_INHERIT_ONLY, ACL_ENTRY_INHERIT_ONLY} in acl_flagset_to_bitmap()