Home
last modified time | relevance | path

Searched defs:cachefiles_volume (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/cachefiles/
H A Dinternal.h39 struct cachefiles_volume { struct
40 struct cachefiles_cache *cache;
41 struct list_head cache_link; /* Link in cache->volumes */
42 struct fscache_volume *vcookie; /* The netfs's representation */
66 struct cachefiles_volume *volume; /* Cache volume that holds this object */ argument