Searched defs:cachefiles_cache (Results 1 – 1 of 1) sorted by relevance
88 struct cachefiles_cache { struct89 struct fscache_cache *cache; /* Cache cookie */90 struct vfsmount *mnt; /* mountpoint holding the cache */93 struct file *cachefilesd; /* manager daemon handle */94 struct list_head volumes; /* List of volume objects */95 struct list_head object_list; /* List of active objects */100 atomic_t gravecounter; /* graveyard uniquifier */104 unsigned frun_percent; /* when to stop culling (% files) */110 unsigned bsize; /* cache's block size */111 unsigned bshift; /* ilog2(bsize) */[all …]
Completed in 6 milliseconds