Lines Matching refs:stripe_hash_table
99 if (info->stripe_hash_table) in btrfs_alloc_stripe_hash_table()
124 x = cmpxchg(&info->stripe_hash_table, NULL, table); in btrfs_alloc_stripe_hash_table()
298 table = rbio->bioc->fs_info->stripe_hash_table; in __remove_rbio_from_cache()
353 table = rbio->bioc->fs_info->stripe_hash_table; in remove_rbio_from_cache()
369 table = info->stripe_hash_table; in btrfs_clear_rbio_cache()
387 if (!info->stripe_hash_table) in btrfs_free_stripe_hash_table()
390 kvfree(info->stripe_hash_table); in btrfs_free_stripe_hash_table()
391 info->stripe_hash_table = NULL; in btrfs_free_stripe_hash_table()
413 table = rbio->bioc->fs_info->stripe_hash_table; in cache_rbio()
621 h = rbio->bioc->fs_info->stripe_hash_table->table + rbio_bucket(rbio); in lock_stripe_add()
703 h = rbio->bioc->fs_info->stripe_hash_table->table + bucket; in unlock_stripe()