Home
last modified time | relevance | path

Searched refs:stripe_hash_table (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/btrfs/
Draid56.c209 if (info->stripe_hash_table) in btrfs_alloc_stripe_hash_table()
239 x = cmpxchg(&info->stripe_hash_table, NULL, table); in btrfs_alloc_stripe_hash_table()
360 table = rbio->fs_info->stripe_hash_table; in __remove_rbio_from_cache()
415 table = rbio->fs_info->stripe_hash_table; in remove_rbio_from_cache()
431 table = info->stripe_hash_table; in btrfs_clear_rbio_cache()
449 if (!info->stripe_hash_table) in btrfs_free_stripe_hash_table()
452 kvfree(info->stripe_hash_table); in btrfs_free_stripe_hash_table()
453 info->stripe_hash_table = NULL; in btrfs_free_stripe_hash_table()
475 table = rbio->fs_info->stripe_hash_table; in cache_rbio()
656 struct btrfs_stripe_hash *h = rbio->fs_info->stripe_hash_table->table + bucket; in lock_stripe_add()
[all …]
Dctree.h1510 struct btrfs_stripe_hash_table *stripe_hash_table; member