Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Draid56.c191 int num_entries = 1 << BTRFS_STRIPE_HASH_TABLE_BITS; in btrfs_alloc_stripe_hash_table()
278 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
Dctree.h708 #define BTRFS_STRIPE_HASH_TABLE_BITS 11 macro