Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Dinternal.h87 struct cachefiles_cache { struct
88 struct fscache_cache *cache; /* Cache cookie */
89 struct vfsmount *mnt; /* mountpoint holding the cache */
92 struct file *cachefilesd; /* manager daemon handle */
93 struct list_head volumes; /* List of volume objects */
94 struct list_head object_list; /* List of active objects */
97 struct mutex daemon_mutex; /* command serialisation mutex */
99 atomic_t gravecounter; /* graveyard uniquifier */
103 unsigned frun_percent; /* when to stop culling (% files) */
109 unsigned bsize; /* cache's block size */
[all …]