Searched refs:_entry_brand_may_be (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/posix1e/ |
H A D | acl_set.c | 143 if (!_entry_brand_may_be(entry_d, ACL_BRAND_NFS4)) { in acl_set_permset() 196 if (!_entry_brand_may_be(entry_d, ACL_BRAND_POSIX)) { in acl_set_tag_type() 203 if (!_entry_brand_may_be(entry_d, ACL_BRAND_NFS4)) { in acl_set_tag_type() 235 if (!_entry_brand_may_be(entry_d, ACL_BRAND_NFS4)) { in acl_set_entry_type_np()
|
H A D | acl_flag.c | 121 if (!_entry_brand_may_be(entry_d, ACL_BRAND_NFS4)) { in acl_get_flagset_np() 140 if (!_entry_brand_may_be(entry_d, ACL_BRAND_NFS4)) { in acl_set_flagset_np()
|
H A D | acl_copy.c | 55 if (!_entry_brand_may_be(dest_d, _entry_brand(src_d))) { in acl_copy_entry()
|
H A D | acl_branding.c | 91 _entry_brand_may_be(const acl_entry_t entry, int brand) in _entry_brand_may_be() function
|
H A D | acl_support.h | 45 int _entry_brand_may_be(const acl_entry_t entry, int brand);
|
H A D | acl_get.c | 207 if (!_entry_brand_may_be(entry_d, ACL_BRAND_NFS4)) { in acl_get_entry_type_np()
|