Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dddt_zap.c66 DDT_KEY_WORDS, &one, &csize); in ddt_zap_lookup()
74 DDT_KEY_WORDS, 1, csize, cbuf); in ddt_zap_lookup()
87 DDT_KEY_WORDS); in ddt_zap_prefetch()
100 DDT_KEY_WORDS, 1, csize, cbuf, tx)); in ddt_zap_update()
107 DDT_KEY_WORDS, tx)); in ddt_zap_remove()
123 DDT_KEY_WORDS, 1, csize, cbuf); in ddt_zap_walk()
H A Dddt.c765 for (int i = 0; i < DDT_KEY_WORDS; i++) { in ddt_entry_compare()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dddt.h88 #define DDT_KEY_WORDS (sizeof (ddt_key_t) / sizeof (uint64_t)) macro