Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cachefiles/
Ddaemon.c36 static int cachefiles_daemon_frun(struct cachefiles_cache *, char *);
37 static int cachefiles_daemon_fcull(struct cachefiles_cache *, char *);
38 static int cachefiles_daemon_fstop(struct cachefiles_cache *, char *);
39 static int cachefiles_daemon_brun(struct cachefiles_cache *, char *);
40 static int cachefiles_daemon_bcull(struct cachefiles_cache *, char *);
41 static int cachefiles_daemon_bstop(struct cachefiles_cache *, char *);
42 static int cachefiles_daemon_cull(struct cachefiles_cache *, char *);
43 static int cachefiles_daemon_debug(struct cachefiles_cache *, char *);
44 static int cachefiles_daemon_dir(struct cachefiles_cache *, char *);
45 static int cachefiles_daemon_inuse(struct cachefiles_cache *, char *);
[all …]
Dinternal.h26 struct cachefiles_cache;
59 struct cachefiles_cache { struct
132 static inline void cachefiles_state_changed(struct cachefiles_cache *cache) in cachefiles_state_changed()
141 extern int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args);
142 extern void cachefiles_daemon_unbind(struct cachefiles_cache *cache);
149 extern int cachefiles_has_space(struct cachefiles_cache *cache,
165 extern void cachefiles_mark_object_inactive(struct cachefiles_cache *cache,
168 extern int cachefiles_delete_object(struct cachefiles_cache *cache,
174 extern struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache,
178 extern int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir,
[all …]
Dinterface.c32 struct cachefiles_cache *cache; in cachefiles_alloc_object()
38 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_alloc_object()
127 struct cachefiles_cache *cache; in cachefiles_lookup_object()
133 cache = container_of(_object->cache, struct cachefiles_cache, cache); in cachefiles_lookup_object()
212 struct cachefiles_cache *cache; in cachefiles_update_object()
221 cache = container_of(object->fscache.cache, struct cachefiles_cache, in cachefiles_update_object()
268 struct cachefiles_cache *cache; in cachefiles_drop_object()
281 struct cachefiles_cache, cache); in cachefiles_drop_object()
382 struct cachefiles_cache *cache; in cachefiles_sync_cache()
388 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_sync_cache()
[all …]
Dsecurity.c20 int cachefiles_get_security_ID(struct cachefiles_cache *cache) in cachefiles_get_security_ID()
53 static int cachefiles_check_cache_dir(struct cachefiles_cache *cache, in cachefiles_check_cache_dir()
79 int cachefiles_determine_cache_security(struct cachefiles_cache *cache, in cachefiles_determine_cache_security()
Drdwr.c401 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_page()
410 struct cachefiles_cache, cache); in cachefiles_read_or_alloc_page()
686 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_pages()
697 struct cachefiles_cache, cache); in cachefiles_read_or_alloc_pages()
800 struct cachefiles_cache *cache; in cachefiles_allocate_page()
806 struct cachefiles_cache, cache); in cachefiles_allocate_page()
838 struct cachefiles_cache *cache; in cachefiles_allocate_pages()
846 struct cachefiles_cache, cache); in cachefiles_allocate_pages()
881 struct cachefiles_cache *cache; in cachefiles_write_page()
905 struct cachefiles_cache, cache); in cachefiles_write_page()
[all …]
Dnamei.c89 static void cachefiles_mark_object_buried(struct cachefiles_cache *cache, in cachefiles_mark_object_buried()
141 static int cachefiles_mark_object_active(struct cachefiles_cache *cache, in cachefiles_mark_object_active()
259 void cachefiles_mark_object_inactive(struct cachefiles_cache *cache, in cachefiles_mark_object_inactive()
290 static int cachefiles_bury_object(struct cachefiles_cache *cache, in cachefiles_bury_object()
438 int cachefiles_delete_object(struct cachefiles_cache *cache, in cachefiles_delete_object()
490 struct cachefiles_cache *cache; in cachefiles_walk_to_object()
503 struct cachefiles_cache, cache); in cachefiles_walk_to_object()
757 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache, in cachefiles_get_directory()
866 static struct dentry *cachefiles_check_active(struct cachefiles_cache *cache, in cachefiles_check_active()
953 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_cull()
[all …]
Dbind.c26 static int cachefiles_daemon_add_cache(struct cachefiles_cache *caches);
31 int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_bind()
85 static int cachefiles_daemon_add_cache(struct cachefiles_cache *cache) in cachefiles_daemon_add_cache()
259 void cachefiles_daemon_unbind(struct cachefiles_cache *cache) in cachefiles_daemon_unbind()
Dxattr.c310 int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, in cachefiles_remove_object_xattr()