Home
last modified time | relevance | path

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

/Linux-v6.6/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.h23 struct cachefiles_cache;
40 struct cachefiles_cache *cache;
73 struct cachefiles_cache { struct
119 static inline bool cachefiles_in_ondemand_mode(struct cachefiles_cache *cache) in cachefiles_in_ondemand_mode() argument
151 static inline void cachefiles_state_changed(struct cachefiles_cache *cache) in cachefiles_state_changed()
160 extern int cachefiles_add_cache(struct cachefiles_cache *cache);
161 extern void cachefiles_withdraw_cache(struct cachefiles_cache *cache);
168 extern int cachefiles_has_space(struct cachefiles_cache *cache,
176 extern void cachefiles_get_unbind_pincount(struct cachefiles_cache *cache);
177 extern void cachefiles_put_unbind_pincount(struct cachefiles_cache *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()
Dcache.c16 int cachefiles_add_cache(struct cachefiles_cache *cache) in cachefiles_add_cache()
182 int cachefiles_has_space(struct cachefiles_cache *cache, in cachefiles_has_space()
285 static void cachefiles_withdraw_objects(struct cachefiles_cache *cache) in cachefiles_withdraw_objects()
315 static void cachefiles_withdraw_volumes(struct cachefiles_cache *cache) in cachefiles_withdraw_volumes()
341 static void cachefiles_sync_cache(struct cachefiles_cache *cache) in cachefiles_sync_cache()
365 void cachefiles_withdraw_cache(struct cachefiles_cache *cache) in cachefiles_withdraw_cache()
Dondemand.c11 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_ondemand_fd_release()
44 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_ondemand_fd_write_iter()
84 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_ondemand_fd_ioctl()
117 int cachefiles_ondemand_copen(struct cachefiles_cache *cache, char *args) in cachefiles_ondemand_copen()
187 struct cachefiles_cache *cache; in cachefiles_ondemand_get_fd()
237 ssize_t cachefiles_ondemand_daemon_read(struct cachefiles_cache *cache, in cachefiles_ondemand_daemon_read()
315 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_ondemand_send_req()
Dinterface.c175 struct cachefiles_cache *cache = cookie->volume->cache->cache_priv; in cachefiles_lookup_cookie()
230 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_shorten_object()
277 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_resize_cookie()
304 struct cachefiles_cache *cache) in cachefiles_commit_object()
323 struct cachefiles_cache *cache) in cachefiles_clean_up_object()
352 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_withdraw_cookie()
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()
228 static int cachefiles_unlink(struct cachefiles_cache *cache, in cachefiles_unlink()
264 int cachefiles_bury_object(struct cachefiles_cache *cache, in cachefiles_bury_object()
441 struct cachefiles_cache *cache = volume->cache; in cachefiles_create_tmpfile()
545 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_open_file()
670 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()
792 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_cull()
850 int cachefiles_check_in_use(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_check_in_use()
Dio.c285 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()
599 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_prepare_write()
Dxattr.c145 int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, in cachefiles_remove_object_xattr()
177 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_prepare_to_write()
Dvolume.c20 struct cachefiles_cache *cache = vcookie->cache->cache_priv; in cachefiles_acquire_volume()