Searched defs:cachefiles_cache (Results 1 – 1 of 1) sorted by relevance
73 struct cachefiles_cache { struct74 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 4 milliseconds