Searched refs:stripe_cache (Results 1 – 3 of 3) sorted by relevance
84 struct list_head stripe_cache; member229 INIT_LIST_HEAD(&table->stripe_cache); in btrfs_alloc_stripe_hash_table()376 list_del_init(&rbio->stripe_cache); in __remove_rbio_from_cache()435 while (!list_empty(&table->stripe_cache)) { in btrfs_clear_rbio_cache()436 rbio = list_entry(table->stripe_cache.next, in btrfs_clear_rbio_cache()438 stripe_cache); in btrfs_clear_rbio_cache()485 if (!list_empty(&rbio->stripe_cache)){ in cache_rbio()486 list_move(&rbio->stripe_cache, &table->stripe_cache); in cache_rbio()488 list_add(&rbio->stripe_cache, &table->stripe_cache); in cache_rbio()497 found = list_entry(table->stripe_cache.prev, in cache_rbio()[all …]
1405 struct list_head stripe_cache; member
64 [stripe_cache <sectors>] Stripe cache size (RAID 4/5/6 only)