Searched refs:cache_priv (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/linux/
H A Dfscache-cache.h38 void *cache_priv; /* Private cache data (or NULL) */ member in struct:fscache_cache
93 void *cache_priv);
145 return cres->cache_priv;
H A Dfscache.h26 #define fscache_resources_valid(cres) ((cres)->cache_priv)
83 void *cache_priv; /* Cache private data */ member in struct:fscache_volume
110 void *cache_priv; /* Cache-side representation */ member in struct:fscache_cookie
H A Dnetfs.h194 void *cache_priv; member in struct:netfs_cache_resources
/linux-master/fs/cachefiles/
H A Dvolume.c20 struct cachefiles_cache *cache = vcookie->cache->cache_priv;
80 vcookie->cache_priv = volume;
114 volume->vcookie->cache_priv = NULL;
124 struct cachefiles_volume *volume = vcookie->cache_priv;
H A Dinterface.c25 struct cachefiles_volume *volume = vcookie->cache_priv;
180 struct cachefiles_cache *cache = cookie->volume->cache->cache_priv;
193 cookie->cache_priv = object;
356 struct cachefiles_object *object = cookie->cache_priv;
378 cookie->cache_priv = NULL;
387 struct cachefiles_object *object = cookie->cache_priv;
H A Dxattr.c176 struct cachefiles_object *object = cookie->cache_priv;
H A Dinternal.h158 return fscache_cres_cookie(cres)->cache_priv;
/linux-master/fs/netfs/
H A Dfscache_cache.c217 cache->cache_priv = NULL;
227 * @cache_priv: Private data for the cache record
236 void *cache_priv)
255 cache->cache_priv = cache_priv;
234 fscache_add_cache(struct fscache_cache *cache, const struct fscache_cache_ops *ops, void *cache_priv) argument
H A Dfscache_io.c81 cres->cache_priv = cookie;
87 cres->cache_priv = NULL;
140 cres->cache_priv = NULL;
H A Dfscache_volume.c294 if (volume->cache_priv)
382 if (volume->cache_priv) {
385 if (volume->cache_priv)
H A Dinternal.h159 return fscache_cookie_valid(cookie) && cookie->cache_priv &&
H A Dfscache_cookie.c510 if (!cookie->volume->cache_priv) {
512 if (!cookie->volume->cache_priv) {
774 if (cookie->cache_priv) {
/linux-master/fs/smb/client/
H A Dfile.c4624 cifs_inode_cookie(ractl->mapping->host)->cache_priv;

Completed in 186 milliseconds