Lines Matching refs:stripe_cache
52 struct list_head stripe_cache; member
93 WARN_ON(!list_empty(&rbio->stripe_cache)); in free_raid_bio()
143 INIT_LIST_HEAD(&table->stripe_cache); in btrfs_alloc_stripe_hash_table()
375 list_del_init(&rbio->stripe_cache); in __remove_rbio_from_cache()
432 while (!list_empty(&table->stripe_cache)) { in btrfs_clear_rbio_cache()
433 rbio = list_entry(table->stripe_cache.next, in btrfs_clear_rbio_cache()
435 stripe_cache); in btrfs_clear_rbio_cache()
481 if (!list_empty(&rbio->stripe_cache)){ in cache_rbio()
482 list_move(&rbio->stripe_cache, &table->stripe_cache); in cache_rbio()
484 list_add(&rbio->stripe_cache, &table->stripe_cache); in cache_rbio()
493 found = list_entry(table->stripe_cache.prev, in cache_rbio()
495 stripe_cache); in cache_rbio()
944 INIT_LIST_HEAD(&rbio->stripe_cache); in alloc_rbio()