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

/linux-master/fs/btrfs/
H A Draid56.c127 if (info->stripe_hash_table)
152 x = cmpxchg(&info->stripe_hash_table, NULL, table);
359 table = rbio->bioc->fs_info->stripe_hash_table;
413 table = rbio->bioc->fs_info->stripe_hash_table;
428 table = info->stripe_hash_table;
446 if (!info->stripe_hash_table)
449 kvfree(info->stripe_hash_table);
450 info->stripe_hash_table = NULL;
471 table = rbio->bioc->fs_info->stripe_hash_table;
658 h = rbio->bioc->fs_info->stripe_hash_table
[all...]
H A Dfs.h531 struct btrfs_stripe_hash_table *stripe_hash_table; member in struct:btrfs_fs_info

Completed in 247 milliseconds