Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
H A Ddaemon.c33 static int cachefiles_daemon_frun(struct cachefiles_cache *, char *);
34 static int cachefiles_daemon_fcull(struct cachefiles_cache *, char *);
35 static int cachefiles_daemon_fstop(struct cachefiles_cache *, char *);
36 static int cachefiles_daemon_brun(struct cachefiles_cache *, char *);
37 static int cachefiles_daemon_bcull(struct cachefiles_cache *, char *);
38 static int cachefiles_daemon_bstop(struct cachefiles_cache *, char *);
39 static int cachefiles_daemon_cull(struct cachefiles_cache *, char *);
40 static int cachefiles_daemon_debug(struct cachefiles_cache *, char *);
41 static int cachefiles_daemon_dir(struct cachefiles_cache *, char *);
42 static int cachefiles_daemon_inuse(struct cachefiles_cache *, char *);
[all …]
H A Dinternal.h23 struct cachefiles_cache;
40 struct cachefiles_cache *cache;
87 struct cachefiles_cache { struct
135 static inline bool cachefiles_in_ondemand_mode(struct cachefiles_cache *cache) in cachefiles_in_ondemand_mode() argument
168 static inline void cachefiles_state_changed(struct cachefiles_cache *cache) in cachefiles_state_changed()
177 extern int cachefiles_add_cache(struct cachefiles_cache *cache);
178 extern void cachefiles_withdraw_cache(struct cachefiles_cache *cache);
185 extern int cachefiles_has_space(struct cachefiles_cache *cache,
193 extern void cachefiles_flush_reqs(struct cachefiles_cache *cache);
194 extern void cachefiles_get_unbind_pincount(struct cachefiles_cache *cache);
[all …]
H A Dcache.c17 int cachefiles_add_cache(struct cachefiles_cache *cache) in cachefiles_add_cache()
185 int cachefiles_has_space(struct cachefiles_cache *cache, in cachefiles_has_space()
288 static void cachefiles_withdraw_objects(struct cachefiles_cache *cache) in cachefiles_withdraw_objects()
318 static void cachefiles_withdraw_fscache_volumes(struct cachefiles_cache *cache) in cachefiles_withdraw_fscache_volumes()
350 static void cachefiles_withdraw_volumes(struct cachefiles_cache *cache) in cachefiles_withdraw_volumes()
385 static void cachefiles_sync_cache(struct cachefiles_cache *cache) in cachefiles_sync_cache()
409 void cachefiles_withdraw_cache(struct cachefiles_cache *cache) in cachefiles_withdraw_cache()
H A 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()
H A Dinterface.c181 struct cachefiles_cache *cache = cookie->volume->cache->cache_priv; in cachefiles_lookup_cookie()
236 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_shorten_object()
283 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_resize_cookie()
310 struct cachefiles_cache *cache) in cachefiles_commit_object()
329 struct cachefiles_cache *cache) in cachefiles_clean_up_object()
364 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_withdraw_cookie()
H A Dnamei.c69 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_unmark_inode_in_use()
84 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache, in cachefiles_get_directory()
229 static int cachefiles_unlink(struct cachefiles_cache *cache, in cachefiles_unlink()
267 int cachefiles_bury_object(struct cachefiles_cache *cache, in cachefiles_bury_object()
440 struct cachefiles_cache *cache = volume->cache; in cachefiles_create_tmpfile()
544 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_open_file()
671 bool cachefiles_commit_tmpfile(struct cachefiles_cache *cache, in cachefiles_commit_tmpfile()
747 static struct dentry *cachefiles_lookup_for_cull(struct cachefiles_cache *cache, in cachefiles_lookup_for_cull()
786 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_cull()
843 int cachefiles_check_in_use(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_check_in_use()
H A Dondemand.c21 struct cachefiles_cache *cache; in cachefiles_ondemand_fd_release()
62 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_ondemand_fd_write_iter()
120 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_ondemand_fd_ioctl()
158 int cachefiles_ondemand_copen(struct cachefiles_cache *cache, char *args) in cachefiles_ondemand_copen()
270 int cachefiles_ondemand_restore(struct cachefiles_cache *cache, char *args) in cachefiles_ondemand_restore()
297 struct cachefiles_cache *cache; in cachefiles_ondemand_get_fd()
413 ssize_t cachefiles_ondemand_daemon_read(struct cachefiles_cache *cache, in cachefiles_ondemand_daemon_read()
490 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_ondemand_send_req()
703 struct cachefiles_cache *cache; in cachefiles_ondemand_clean_object()
H A Dio.c288 struct cachefiles_cache *cache; in __cachefiles_write()
385 struct cachefiles_cache *cache; in cachefiles_do_prepare_read()
524 struct cachefiles_cache *cache = object->volume->cache; in __cachefiles_prepare_write()
607 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_prepare_write()
650 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_issue_write()
H A Dxattr.c160 int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, in cachefiles_remove_object_xattr()
198 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_prepare_to_write()
H A Dvolume.c21 struct cachefiles_cache *cache = vcookie->cache->cache_priv; in cachefiles_acquire_volume()