Searched defs:BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE (Results 1 - 1 of 1) sorted by relevance

/fs/btrfs/
H A Dcheck-integrity.c109 #define BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE 0x10000 macro
211 struct list_head table[BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE];
555 for (i = 0; i < BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE; i++)
568 & (BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE - 1);
592 (BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE - 1);

Completed in 10 milliseconds