Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer_disk.h344 #define HAMMER_HINTBLOCK_MASK64 ((uint64_t)HAMMER_HINTBLOCK_SIZE - 1) macro
H A Dhammer_blockmap.c129 if (use_hint && ((next_offset ^ hint) & ~HAMMER_HINTBLOCK_MASK64)) { in hammer_blockmap_alloc()