Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Draid56.c41 #define BTRFS_STRIPE_HASH_TABLE_BITS 11 macro
203 int num_entries = 1 << BTRFS_STRIPE_HASH_TABLE_BITS; in btrfs_alloc_stripe_hash_table()
293 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()