Searched defs:cachefiles_volume (Results 1 – 1 of 1) sorted by relevance
39 struct cachefiles_volume { struct40 struct cachefiles_cache *cache;41 struct list_head cache_link; /* Link in cache->volumes */42 struct fscache_volume *vcookie; /* The netfs's representation */43 struct dentry *dentry; /* The volume dentry */67 struct cachefiles_volume *volume; /* Cache volume that holds this object */ argument