Home
last modified time | relevance | path

Searched refs:acl_brand (Results 1 – 3 of 3) sorted by relevance

/freebsd/bin/setfacl/
H A Dmerge.c36 int acl_brand);
39 merge_user_group(acl_entry_t *entry, acl_entry_t *entry_new, int acl_brand) in merge_user_group() argument
62 if (acl_brand == ACL_BRAND_NFS4) { in merge_user_group()
94 int acl_brand, prev_acl_brand; in merge_acl() local
96 acl_get_brand_np(acl, &acl_brand); in merge_acl()
99 if (branding_mismatch(acl_brand, prev_acl_brand)) { in merge_acl()
102 brand_name(prev_acl_brand), brand_name(acl_brand)); in merge_acl()
142 if (acl_brand == ACL_BRAND_NFS4) { in merge_acl()
157 &entry_new, acl_brand); in merge_acl()
173 if (acl_brand == ACL_BRAND_NFS4) { in merge_acl()
[all …]
H A Dremove.c44 int carried_error, entry_id, acl_brand, prev_acl_brand; in remove_acl() local
48 acl_get_brand_np(acl, &acl_brand); in remove_acl()
51 if (branding_mismatch(acl_brand, prev_acl_brand)) { in remove_acl()
54 brand_name(prev_acl_brand), brand_name(acl_brand)); in remove_acl()
H A Dsetfacl.c136 int acl_brand, entry_id; in clear_inheritance_flags() local
138 (void)acl_get_brand_np(acl, &acl_brand); in clear_inheritance_flags()
139 if (acl_brand != ACL_BRAND_NFS4) in clear_inheritance_flags()