Home
last modified time | relevance | path

Searched refs:cachefiles_cache (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/fs/cachefiles/
Ddaemon.c32 static int cachefiles_daemon_frun(struct cachefiles_cache *, char *);
33 static int cachefiles_daemon_fcull(struct cachefiles_cache *, char *);
34 static int cachefiles_daemon_fstop(struct cachefiles_cache *, char *);
35 static int cachefiles_daemon_brun(struct cachefiles_cache *, char *);
36 static int cachefiles_daemon_bcull(struct cachefiles_cache *, char *);
37 static int cachefiles_daemon_bstop(struct cachefiles_cache *, char *);
38 static int cachefiles_daemon_cull(struct cachefiles_cache *, char *);
39 static int cachefiles_daemon_debug(struct cachefiles_cache *, char *);
40 static int cachefiles_daemon_dir(struct cachefiles_cache *, char *);
41 static int cachefiles_daemon_inuse(struct cachefiles_cache *, char *);
[all …]
Dinternal.h22 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,
[all …]
Dinterface.c28 struct cachefiles_cache *cache; in cachefiles_alloc_object()
34 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_alloc_object()
123 struct cachefiles_cache *cache; in cachefiles_lookup_object()
129 cache = container_of(_object->cache, struct cachefiles_cache, cache); in cachefiles_lookup_object()
208 struct cachefiles_cache *cache; in cachefiles_update_object()
217 cache = container_of(object->fscache.cache, struct cachefiles_cache, in cachefiles_update_object()
264 struct cachefiles_cache *cache; in cachefiles_drop_object()
277 struct cachefiles_cache, cache); in cachefiles_drop_object()
378 struct cachefiles_cache *cache; in cachefiles_sync_cache()
384 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_sync_cache()
[all …]
Dsecurity.c16 int cachefiles_get_security_ID(struct cachefiles_cache *cache) in cachefiles_get_security_ID()
49 static int cachefiles_check_cache_dir(struct cachefiles_cache *cache, in cachefiles_check_cache_dir()
75 int cachefiles_determine_cache_security(struct cachefiles_cache *cache, in cachefiles_determine_cache_security()
Dnamei.c84 static void cachefiles_mark_object_buried(struct cachefiles_cache *cache, in cachefiles_mark_object_buried()
136 static int cachefiles_mark_object_active(struct cachefiles_cache *cache, in cachefiles_mark_object_active()
256 void cachefiles_mark_object_inactive(struct cachefiles_cache *cache, in cachefiles_mark_object_inactive()
287 static int cachefiles_bury_object(struct cachefiles_cache *cache, in cachefiles_bury_object()
435 int cachefiles_delete_object(struct cachefiles_cache *cache, in cachefiles_delete_object()
487 struct cachefiles_cache *cache; in cachefiles_walk_to_object()
500 struct cachefiles_cache, cache); in cachefiles_walk_to_object()
754 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache, in cachefiles_get_directory()
863 static struct dentry *cachefiles_check_active(struct cachefiles_cache *cache, in cachefiles_check_active()
950 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_cull()
[all …]
Drdwr.c398 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_page()
407 struct cachefiles_cache, cache); in cachefiles_read_or_alloc_page()
690 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_pages()
701 struct cachefiles_cache, cache); in cachefiles_read_or_alloc_pages()
804 struct cachefiles_cache *cache; in cachefiles_allocate_page()
810 struct cachefiles_cache, cache); in cachefiles_allocate_page()
842 struct cachefiles_cache *cache; in cachefiles_allocate_pages()
850 struct cachefiles_cache, cache); in cachefiles_allocate_pages()
885 struct cachefiles_cache *cache; in cachefiles_write_page()
909 struct cachefiles_cache, cache); in cachefiles_write_page()
Dbind.c22 static int cachefiles_daemon_add_cache(struct cachefiles_cache *caches);
27 int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_bind()
81 static int cachefiles_daemon_add_cache(struct cachefiles_cache *cache) in cachefiles_daemon_add_cache()
255 void cachefiles_daemon_unbind(struct cachefiles_cache *cache) in cachefiles_daemon_unbind()
Dxattr.c307 int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, in cachefiles_remove_object_xattr()