Lines Matching refs:acl_t
39 int _acl_differs(const acl_t a, const acl_t b);
40 int _acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type);
41 void _acl_brand_from_type(acl_t acl, acl_type_t type);
42 int _acl_brand(const acl_t acl);
44 int _acl_brand_may_be(const acl_t acl, int brand);
46 void _acl_brand_as(acl_t acl, int brand);
48 int _nfs4_acl_entry_from_text(acl_t, char *);
49 char *_nfs4_acl_to_text_np(const acl_t, ssize_t *, int);
54 int _posix1e_acl_check(acl_t acl);
55 void _posix1e_acl_sort(acl_t acl);
56 int _posix1e_acl(acl_t acl, acl_type_t type);
62 int _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id,