Home
last modified time | relevance | path

Searched refs:stripe_hash_table (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Draid56.c210 if (info->stripe_hash_table) in btrfs_alloc_stripe_hash_table()
235 x = cmpxchg(&info->stripe_hash_table, NULL, table); in btrfs_alloc_stripe_hash_table()
359 table = rbio->fs_info->stripe_hash_table; in __remove_rbio_from_cache()
414 table = rbio->fs_info->stripe_hash_table; in remove_rbio_from_cache()
430 table = info->stripe_hash_table; in btrfs_clear_rbio_cache()
448 if (!info->stripe_hash_table) in btrfs_free_stripe_hash_table()
451 kvfree(info->stripe_hash_table); in btrfs_free_stripe_hash_table()
452 info->stripe_hash_table = NULL; in btrfs_free_stripe_hash_table()
474 table = rbio->fs_info->stripe_hash_table; in cache_rbio()
683 h = rbio->fs_info->stripe_hash_table in lock_stripe_add()
[all...]
H A Dctree.h695 struct btrfs_stripe_hash_table *stripe_hash_table; member
/kernel/linux/linux-6.6/fs/btrfs/
H A Draid56.c128 if (info->stripe_hash_table) in btrfs_alloc_stripe_hash_table()
153 x = cmpxchg(&info->stripe_hash_table, NULL, table); in btrfs_alloc_stripe_hash_table()
360 table = rbio->bioc->fs_info->stripe_hash_table; in __remove_rbio_from_cache()
414 table = rbio->bioc->fs_info->stripe_hash_table; in remove_rbio_from_cache()
429 table = info->stripe_hash_table; in btrfs_clear_rbio_cache()
447 if (!info->stripe_hash_table) in btrfs_free_stripe_hash_table()
450 kvfree(info->stripe_hash_table); in btrfs_free_stripe_hash_table()
451 info->stripe_hash_table = NULL; in btrfs_free_stripe_hash_table()
472 table = rbio->bioc->fs_info->stripe_hash_table; in cache_rbio()
659 h = rbio->bioc->fs_info->stripe_hash_table in lock_stripe_add()
[all...]
H A Dfs.h475 struct btrfs_stripe_hash_table *stripe_hash_table; member

Completed in 15 milliseconds