Lines Matching refs:stripe_cache
49 struct list_head stripe_cache; member
76 struct list_head stripe_cache; member
226 INIT_LIST_HEAD(&table->stripe_cache); in btrfs_alloc_stripe_hash_table()
363 list_del_init(&rbio->stripe_cache); in __remove_rbio_from_cache()
422 while (!list_empty(&table->stripe_cache)) { in btrfs_clear_rbio_cache()
423 rbio = list_entry(table->stripe_cache.next, in btrfs_clear_rbio_cache()
425 stripe_cache); in btrfs_clear_rbio_cache()
472 if (!list_empty(&rbio->stripe_cache)){ in cache_rbio()
473 list_move(&rbio->stripe_cache, &table->stripe_cache); in cache_rbio()
475 list_add(&rbio->stripe_cache, &table->stripe_cache); in cache_rbio()
484 found = list_entry(table->stripe_cache.prev, in cache_rbio()
486 stripe_cache); in cache_rbio()
830 WARN_ON(!list_empty(&rbio->stripe_cache)); in __free_raid_bio()
988 INIT_LIST_HEAD(&rbio->stripe_cache); in alloc_rbio()