Searched refs:stripe_cache (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Draid56.h38 struct list_head stripe_cache; member in struct:btrfs_raid_bio
H A Draid56.c51 struct list_head stripe_cache; member in struct:btrfs_stripe_hash_table
92 WARN_ON(!list_empty(&rbio->stripe_cache));
142 INIT_LIST_HEAD(&table->stripe_cache);
374 list_del_init(&rbio->stripe_cache);
431 while (!list_empty(&table->stripe_cache)) {
432 rbio = list_entry(table->stripe_cache.next,
434 stripe_cache);
480 if (!list_empty(&rbio->stripe_cache)){
481 list_move(&rbio->stripe_cache, &table->stripe_cache);
[all...]

Completed in 125 milliseconds