Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Draid56.c206 if (info->stripe_hash_table) in btrfs_alloc_stripe_hash_table()
231 x = cmpxchg(&info->stripe_hash_table, NULL, table); in btrfs_alloc_stripe_hash_table()
437 table = rbio->bioc->fs_info->stripe_hash_table; in __remove_rbio_from_cache()
491 table = rbio->bioc->fs_info->stripe_hash_table; in remove_rbio_from_cache()
506 table = info->stripe_hash_table; in btrfs_clear_rbio_cache()
524 if (!info->stripe_hash_table) in btrfs_free_stripe_hash_table()
527 kvfree(info->stripe_hash_table); in btrfs_free_stripe_hash_table()
528 info->stripe_hash_table = NULL; in btrfs_free_stripe_hash_table()
549 table = rbio->bioc->fs_info->stripe_hash_table; in cache_rbio()
736 h = rbio->bioc->fs_info->stripe_hash_table->table + rbio_bucket(rbio); in lock_stripe_add()
[all …]
H A Dfs.h551 struct btrfs_stripe_hash_table *stripe_hash_table; member