stripe_cache       48 fs/btrfs/raid56.c 	struct list_head stripe_cache;
stripe_cache       75 fs/btrfs/raid56.c 	struct list_head stripe_cache;
stripe_cache      227 fs/btrfs/raid56.c 	INIT_LIST_HEAD(&table->stripe_cache);
stripe_cache      373 fs/btrfs/raid56.c 		list_del_init(&rbio->stripe_cache);
stripe_cache      432 fs/btrfs/raid56.c 	while (!list_empty(&table->stripe_cache)) {
stripe_cache      433 fs/btrfs/raid56.c 		rbio = list_entry(table->stripe_cache.next,
stripe_cache      435 fs/btrfs/raid56.c 				  stripe_cache);
stripe_cache      482 fs/btrfs/raid56.c 	if (!list_empty(&rbio->stripe_cache)){
stripe_cache      483 fs/btrfs/raid56.c 		list_move(&rbio->stripe_cache, &table->stripe_cache);
stripe_cache      485 fs/btrfs/raid56.c 		list_add(&rbio->stripe_cache, &table->stripe_cache);
stripe_cache      494 fs/btrfs/raid56.c 		found = list_entry(table->stripe_cache.prev,
stripe_cache      496 fs/btrfs/raid56.c 				  stripe_cache);
stripe_cache      842 fs/btrfs/raid56.c 	WARN_ON(!list_empty(&rbio->stripe_cache));
stripe_cache     1000 fs/btrfs/raid56.c 	INIT_LIST_HEAD(&rbio->stripe_cache);