Lines Matching refs:volume

48 	       cookie->volume->debug_id,  in fscache_print_cookie()
49 cookie->volume->key); in fscache_print_cookie()
185 !fscache_cache_is_live(cookie->volume->cache)) { in fscache_begin_cookie_access()
295 cookie->key_hash = fscache_hash(cookie->volume->key_hash, in fscache_set_key()
306 a->volume != b->volume || in fscache_cookie_same()
326 struct fscache_volume *volume, in fscache_alloc_cookie() argument
340 cookie->volume = volume; in fscache_alloc_cookie()
422 fscache_get_volume(candidate->volume, fscache_volume_get_cookie); in fscache_hash_cookie()
423 atomic_inc(&candidate->volume->n_cookies); in fscache_hash_cookie()
451 struct fscache_volume *volume, in __fscache_acquire_cookie() argument
459 _enter("V=%x", volume->debug_id); in __fscache_acquire_cookie()
470 cookie = fscache_alloc_cookie(volume, advice, in __fscache_acquire_cookie()
497 cookie->volume->cache->ops->prepare_to_write(cookie); in fscache_prepare_to_write()
510 if (!cookie->volume->cache_priv) { in fscache_perform_lookup()
511 fscache_create_volume(cookie->volume, true); in fscache_perform_lookup()
512 if (!cookie->volume->cache_priv) { in fscache_perform_lookup()
518 if (!cookie->volume->cache->ops->lookup_cookie(cookie)) { in fscache_perform_lookup()
541 fscache_end_volume_access(cookie->volume, cookie, trace); in fscache_perform_lookup()
554 if (!fscache_begin_volume_access(cookie->volume, cookie, in fscache_begin_lookup()
776 cookie->volume->cache->ops->withdraw_cookie(cookie); in fscache_cookie_state_machine()
986 ASSERTCMP(atomic_read(&cookie->volume->n_cookies), >, 0); in __fscache_relinquish_cookie()
987 atomic_dec(&cookie->volume->n_cookies); in __fscache_relinquish_cookie()
1006 struct fscache_volume *volume = cookie->volume; in fscache_put_cookie() local
1015 fscache_put_volume(volume, fscache_volume_put_cookie); in fscache_put_cookie()
1039 if (!cookie->volume->cache->ops->invalidate_cookie(cookie)) in fscache_perform_invalidation()
1126 cookie->volume->debug_id, in fscache_cookies_seq_show()