Lines Matching refs:acl
31 * Support functionality for the POSIX.1e ACL interface
42 int _acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type);
43 void _acl_brand_from_type(acl_t acl, acl_type_t type);
44 int _acl_brand(const acl_t acl);
46 int _acl_brand_may_be(const acl_t acl, int brand);
48 void _acl_brand_as(acl_t acl, int brand);
56 int _posix1e_acl_check(acl_t acl);
57 void _posix1e_acl_sort(acl_t acl);
58 int _posix1e_acl(acl_t acl, acl_type_t type);
64 int _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id,