Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cachefiles/
A Dinternal.h73 struct cachefiles_cache { struct
74 struct fscache_cache *cache; /* Cache cookie */
75 struct vfsmount *mnt; /* mountpoint holding the cache */
78 struct file *cachefilesd; /* manager daemon handle */
79 struct list_head volumes; /* List of volume objects */
80 struct list_head object_list; /* List of active objects */
83 struct mutex daemon_mutex; /* command serialisation mutex */
85 atomic_t gravecounter; /* graveyard uniquifier */
89 unsigned frun_percent; /* when to stop culling (% files) */
95 unsigned bsize; /* cache's block size */
[all …]

Completed in 6 milliseconds