Home
last modified time | relevance | path

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

/dragonfly/sbin/hammer2/
H A Dcmd_recover.c67 #define HTABLE_MASK (HTABLE_SIZE - 1) macro
610 uint32_t hv = (inum ^ (inum >> 16)) & HTABLE_MASK;
654 hv = (hv ^ (hv >> 16)) & HTABLE_MASK; in enter_topology()
707 int hv = ((intptr_t)topo ^ (bref->data_off >> 8)) & HTABLE_MASK; in topology_check_duplicate_indirect()
742 hv = (bref->key ^ (bref->key >> 16)) & HTABLE_MASK; in enter_inode()
744 HTABLE_MASK; in enter_inode()
851 hv = (ip->meta.inum ^ (ip->meta.inum >> 16)) & HTABLE_MASK; in enter_inode_untested()
853 HTABLE_MASK; in enter_inode_untested()
892 uint32_t hv = (inum ^ (inum >> 16)) & HTABLE_MASK; in find_first_inode()
914 int hv = (bref->data_off >> 10) & HTABLE_MASK; in find_neg()
[all …]