Lines Matching refs:acl_t
41 int _acl_differs(const acl_t a, const acl_t b);
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);
50 int _nfs4_acl_entry_from_text(acl_t, char *);
51 char *_nfs4_acl_to_text_np(const acl_t, ssize_t *, int);
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,