Searched refs:stripe_cache (Results 1 – 3 of 3) sorted by relevance
130 struct list_head stripe_cache; member171 WARN_ON(!list_empty(&rbio->stripe_cache)); in free_raid_bio()221 INIT_LIST_HEAD(&table->stripe_cache); in btrfs_alloc_stripe_hash_table()452 list_del_init(&rbio->stripe_cache); in __remove_rbio_from_cache()509 while (!list_empty(&table->stripe_cache)) { in btrfs_clear_rbio_cache()512 stripe_cache); in btrfs_clear_rbio_cache()558 if (!list_empty(&rbio->stripe_cache)){ in cache_rbio()559 list_move(&rbio->stripe_cache, &table->stripe_cache); in cache_rbio()561 list_add(&rbio->stripe_cache, &table->stripe_cache); in cache_rbio()572 stripe_cache); in cache_rbio()[all …]
38 struct list_head stripe_cache; member
106 [stripe_cache <sectors>]
Completed in 11 milliseconds