Home
last modified time | relevance | path

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

/fs/cachefiles/
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 */
99 atomic_t gravecounter; /* graveyard uniquifier */
109 unsigned bsize; /* cache's block size */
110 unsigned bshift; /* ilog2(bsize) */
111 uint64_t frun; /* when to stop culling */
[all …]

Completed in 7 milliseconds