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 */76 struct dentry *store; /* Directory into which live objects go */77 struct dentry *graveyard; /* directory into which dead objects go */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 */81 spinlock_t object_list_lock; /* Lock for volumes and object_list */82 const struct cred *cache_cred; /* security override for accessing cache */[all …]