Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dcheck-integrity.c97 #define BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE 0x10000 macro
195 struct list_head table[BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE];
477 for (i = 0; i < BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE; i++) in btrfsic_block_link_hashtable_init()
490 & (BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE - 1); in btrfsic_block_link_hashtable_add()
514 (BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE - 1); in btrfsic_block_link_hashtable_lookup()