Lines Matching refs:stripe_hash_table
211 if (info->stripe_hash_table) in btrfs_alloc_stripe_hash_table()
237 x = cmpxchg(&info->stripe_hash_table, NULL, table); in btrfs_alloc_stripe_hash_table()
361 table = rbio->fs_info->stripe_hash_table; in __remove_rbio_from_cache()
416 table = rbio->fs_info->stripe_hash_table; in remove_rbio_from_cache()
432 table = info->stripe_hash_table; in btrfs_clear_rbio_cache()
450 if (!info->stripe_hash_table) in btrfs_free_stripe_hash_table()
453 kvfree(info->stripe_hash_table); in btrfs_free_stripe_hash_table()
454 info->stripe_hash_table = NULL; in btrfs_free_stripe_hash_table()
476 table = rbio->fs_info->stripe_hash_table; in cache_rbio()
678 struct btrfs_stripe_hash *h = rbio->fs_info->stripe_hash_table->table + bucket; in lock_stripe_add()
769 h = rbio->fs_info->stripe_hash_table->table + bucket; in unlock_stripe()