Home
last modified time | relevance | path

Searched refs:cache_priv (Results 1 – 9 of 9) sorted by relevance

/fs/cachefiles/
A Dvolume.c20 struct cachefiles_cache *cache = vcookie->cache->cache_priv; in cachefiles_acquire_volume()
80 vcookie->cache_priv = volume; in cachefiles_acquire_volume()
114 volume->vcookie->cache_priv = NULL; in __cachefiles_free_volume()
124 struct cachefiles_volume *volume = vcookie->cache_priv; in cachefiles_free_volume()
A Dinterface.c25 struct cachefiles_volume *volume = vcookie->cache_priv; in cachefiles_alloc_object()
180 struct cachefiles_cache *cache = cookie->volume->cache->cache_priv; in cachefiles_lookup_cookie()
193 cookie->cache_priv = object; in cachefiles_lookup_cookie()
362 struct cachefiles_object *object = cookie->cache_priv; in cachefiles_withdraw_cookie()
384 cookie->cache_priv = NULL; in cachefiles_withdraw_cookie()
393 struct cachefiles_object *object = cookie->cache_priv; in cachefiles_invalidate_cookie()
A Dxattr.c197 struct cachefiles_object *object = cookie->cache_priv; in cachefiles_prepare_to_write()
A Dinternal.h162 return fscache_cres_cookie(cres)->cache_priv; in cachefiles_cres_object()
/fs/netfs/
A Dfscache_cache.c217 cache->cache_priv = NULL; in fscache_relinquish_cache()
236 void *cache_priv) in fscache_add_cache() argument
255 cache->cache_priv = cache_priv; in fscache_add_cache()
A Dfscache_io.c80 cres->cache_priv = cookie; in fscache_begin_operation()
86 cres->cache_priv = NULL; in fscache_begin_operation()
139 cres->cache_priv = NULL; in fscache_begin_operation()
A Dfscache_volume.c307 if (volume->cache_priv) in fscache_create_volume()
394 if (volume->cache_priv) { in fscache_free_volume()
397 if (volume->cache_priv) in fscache_free_volume()
A Dfscache_cookie.c510 if (!cookie->volume->cache_priv) { in fscache_perform_lookup()
512 if (!cookie->volume->cache_priv) { in fscache_perform_lookup()
778 if (cookie->cache_priv) { in fscache_cookie_state_machine()
A Dinternal.h229 return fscache_cookie_valid(cookie) && cookie->cache_priv && in netfs_is_cache_enabled()

Completed in 34 milliseconds