Lines Matching refs:acl_cache
19 struct acl_cache *acl_cache_init(struct acl_backend *backend,
21 void acl_cache_deinit(struct acl_cache **cache);
23 struct acl_mask *acl_cache_mask_init(struct acl_cache *cache, pool_t pool,
26 unsigned int acl_cache_right_lookup(struct acl_cache *cache,
30 void acl_cache_flush(struct acl_cache *cache, const char *objname);
32 void acl_cache_flush_all(struct acl_cache *cache);
36 void acl_cache_update(struct acl_cache *cache, const char *objname,
39 void *acl_cache_get_validity(struct acl_cache *cache, const char *objname);
41 void acl_cache_set_validity(struct acl_cache *cache, const char *objname,
46 const char *const *acl_cache_get_names(struct acl_cache *cache,
52 acl_cache_get_my_rights(struct acl_cache *cache, const char *objname);