Searched defs:cachefiles_cache (Results 1 – 1 of 1) sorted by relevance
50 struct cachefiles_cache { struct51 struct fscache_cache cache; /* FS-Cache record */52 struct vfsmount *mnt; /* mountpoint holding the cache */53 struct dentry *graveyard; /* directory into which dead objects go */54 struct file *cachefilesd; /* manager daemon handle */55 const struct cred *cache_cred; /* security override for accessing cache */56 struct mutex daemon_mutex; /* command serialisation mutex */57 wait_queue_head_t daemon_pollwq; /* poll waitqueue for daemon */58 struct rb_root active_nodes; /* active nodes (can't be culled) */59 rwlock_t active_lock; /* lock for active_nodes */[all …]