Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dunique.c40 #define UNIQUE_MASK ((1ULL << UNIQUE_BITS) - 1) macro
87 while (un->un_value == 0 || un->un_value & ~UNIQUE_MASK || in unique_insert()
92 un->un_value &= UNIQUE_MASK; in unique_insert()