Home
last modified time | relevance | path

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

/linux-4.4.14/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.h25 struct cachefiles_cache;
58 struct cachefiles_cache { struct
127 static inline void cachefiles_state_changed(struct cachefiles_cache *cache) in cachefiles_state_changed()
136 extern int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args);
137 extern void cachefiles_daemon_unbind(struct cachefiles_cache *cache);
144 extern int cachefiles_has_space(struct cachefiles_cache *cache,
160 extern int cachefiles_delete_object(struct cachefiles_cache *cache,
166 extern struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache,
170 extern int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir,
173 extern int cachefiles_check_in_use(struct cachefiles_cache *cache,
[all …]
Dinterface.c32 struct cachefiles_cache *cache; in cachefiles_alloc_object()
38 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_alloc_object()
121 struct cachefiles_cache *cache; in cachefiles_lookup_object()
127 cache = container_of(_object->cache, struct cachefiles_cache, cache); in cachefiles_lookup_object()
202 struct cachefiles_cache *cache; in cachefiles_update_object()
210 cache = container_of(object->fscache.cache, struct cachefiles_cache, in cachefiles_update_object()
254 struct cachefiles_cache *cache; in cachefiles_drop_object()
265 struct cachefiles_cache, cache); in cachefiles_drop_object()
363 struct cachefiles_cache *cache; in cachefiles_sync_cache()
369 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.c395 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_page()
404 struct cachefiles_cache, cache); in cachefiles_read_or_alloc_page()
681 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_pages()
692 struct cachefiles_cache, cache); in cachefiles_read_or_alloc_pages()
795 struct cachefiles_cache *cache; in cachefiles_allocate_page()
801 struct cachefiles_cache, cache); in cachefiles_allocate_page()
833 struct cachefiles_cache *cache; in cachefiles_allocate_pages()
841 struct cachefiles_cache, cache); in cachefiles_allocate_pages()
876 struct cachefiles_cache *cache; in cachefiles_write_page()
900 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()
258 void cachefiles_daemon_unbind(struct cachefiles_cache *cache) in cachefiles_daemon_unbind()
Dnamei.c99 static void cachefiles_mark_object_buried(struct cachefiles_cache *cache, in cachefiles_mark_object_buried()
148 static int cachefiles_mark_object_active(struct cachefiles_cache *cache, in cachefiles_mark_object_active()
267 static int cachefiles_bury_object(struct cachefiles_cache *cache, in cachefiles_bury_object()
412 int cachefiles_delete_object(struct cachefiles_cache *cache, in cachefiles_delete_object()
464 struct cachefiles_cache *cache; in cachefiles_walk_to_object()
476 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.c306 int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, in cachefiles_remove_object_xattr()