Searched defs:cachefiles_cache (Results 1 – 1 of 1) sorted by relevance
87 struct cachefiles_cache { struct88 struct fscache_cache *cache; /* Cache cookie */89 struct vfsmount *mnt; /* mountpoint holding the cache */90 struct dentry *store; /* Directory into which live objects go */91 struct dentry *graveyard; /* directory into which dead objects go */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 */95 spinlock_t object_list_lock; /* Lock for volumes and object_list */96 const struct cred *cache_cred; /* security override for accessing cache */[all …]