Home
last modified time | relevance | path

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

/linux-3.4.99/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.h18 struct cachefiles_cache;
50 struct cachefiles_cache { struct
119 static inline void cachefiles_state_changed(struct cachefiles_cache *cache) in cachefiles_state_changed()
128 extern int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args);
129 extern void cachefiles_daemon_unbind(struct cachefiles_cache *cache);
136 extern int cachefiles_has_space(struct cachefiles_cache *cache,
152 extern int cachefiles_delete_object(struct cachefiles_cache *cache,
158 extern struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache,
162 extern int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir,
165 extern int cachefiles_check_in_use(struct cachefiles_cache *cache,
[all …]
Dinterface.c34 struct cachefiles_cache *cache; in cachefiles_alloc_object()
40 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()
205 struct cachefiles_cache *cache; in cachefiles_update_object()
213 cache = container_of(object->fscache.cache, struct cachefiles_cache, in cachefiles_update_object()
248 struct cachefiles_cache *cache; in cachefiles_drop_object()
259 struct cachefiles_cache, cache); in cachefiles_drop_object()
350 struct cachefiles_cache *cache; in cachefiles_sync_cache()
356 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()
55 static int cachefiles_check_cache_dir(struct cachefiles_cache *cache, in cachefiles_check_cache_dir()
83 int cachefiles_determine_cache_security(struct cachefiles_cache *cache, in cachefiles_determine_cache_security()
Drdwr.c396 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_page()
406 struct cachefiles_cache, cache); in cachefiles_read_or_alloc_page()
694 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_pages()
705 struct cachefiles_cache, cache); in cachefiles_read_or_alloc_pages()
808 struct cachefiles_cache *cache; in cachefiles_allocate_page()
815 struct cachefiles_cache, cache); in cachefiles_allocate_page()
849 struct cachefiles_cache *cache; in cachefiles_allocate_pages()
857 struct cachefiles_cache, cache); in cachefiles_allocate_pages()
891 struct cachefiles_cache *cache; in cachefiles_write_page()
915 struct cachefiles_cache, cache); in cachefiles_write_page()
[all …]
Dbind.c25 static int cachefiles_daemon_add_cache(struct cachefiles_cache *caches);
30 int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_bind()
84 static int cachefiles_daemon_add_cache(struct cachefiles_cache *cache) in cachefiles_daemon_add_cache()
261 void cachefiles_daemon_unbind(struct cachefiles_cache *cache) in cachefiles_daemon_unbind()
Dnamei.c101 static void cachefiles_mark_object_buried(struct cachefiles_cache *cache, in cachefiles_mark_object_buried()
151 static int cachefiles_mark_object_active(struct cachefiles_cache *cache, in cachefiles_mark_object_active()
272 static int cachefiles_bury_object(struct cachefiles_cache *cache, in cachefiles_bury_object()
418 int cachefiles_delete_object(struct cachefiles_cache *cache, in cachefiles_delete_object()
469 struct cachefiles_cache *cache; in cachefiles_walk_to_object()
481 struct cachefiles_cache, cache); in cachefiles_walk_to_object()
720 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache, in cachefiles_get_directory()
826 static struct dentry *cachefiles_check_active(struct cachefiles_cache *cache, in cachefiles_check_active()
913 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_cull()
973 int cachefiles_check_in_use(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_check_in_use()
Dxattr.c274 int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, in cachefiles_remove_object_xattr()