Lines Matching refs:cachefiles_cache
22 struct cachefiles_cache;
55 struct cachefiles_cache { struct
128 static inline void cachefiles_state_changed(struct cachefiles_cache *cache) in cachefiles_state_changed()
137 extern int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args);
138 extern void cachefiles_daemon_unbind(struct cachefiles_cache *cache);
145 extern int cachefiles_has_space(struct cachefiles_cache *cache,
161 extern void cachefiles_mark_object_inactive(struct cachefiles_cache *cache,
164 extern int cachefiles_delete_object(struct cachefiles_cache *cache,
170 extern struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache,
174 extern int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir,
177 extern int cachefiles_check_in_use(struct cachefiles_cache *cache,
223 extern int cachefiles_get_security_ID(struct cachefiles_cache *cache);
224 extern int cachefiles_determine_cache_security(struct cachefiles_cache *cache,
228 static inline void cachefiles_begin_secure(struct cachefiles_cache *cache, in cachefiles_begin_secure()
234 static inline void cachefiles_end_secure(struct cachefiles_cache *cache, in cachefiles_end_secure()
251 extern int cachefiles_remove_object_xattr(struct cachefiles_cache *cache,
268 struct cachefiles_cache *___cache; \
271 struct cachefiles_cache, cache); \