Lines Matching refs:stripe_cache
130 struct list_head stripe_cache; member
174 WARN_ON(!list_empty(&rbio->stripe_cache)); in free_raid_bio()
223 INIT_LIST_HEAD(&table->stripe_cache); in btrfs_alloc_stripe_hash_table()
463 list_del_init(&rbio->stripe_cache); in __remove_rbio_from_cache()
520 while (!list_empty(&table->stripe_cache)) { in btrfs_clear_rbio_cache()
521 rbio = list_first_entry(&table->stripe_cache, in btrfs_clear_rbio_cache()
522 struct btrfs_raid_bio, stripe_cache); in btrfs_clear_rbio_cache()
568 if (!list_empty(&rbio->stripe_cache)){ in cache_rbio()
569 list_move(&rbio->stripe_cache, &table->stripe_cache); in cache_rbio()
571 list_add(&rbio->stripe_cache, &table->stripe_cache); in cache_rbio()
580 found = list_last_entry(&table->stripe_cache, in cache_rbio()
582 stripe_cache); in cache_rbio()
1040 INIT_LIST_HEAD(&rbio->stripe_cache); in alloc_rbio()