Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
HDhammer_blockmap.c91 int use_hint; in hammer_blockmap_alloc() local
119 use_hint = 1; in hammer_blockmap_alloc()
122 use_hint = 0; in hammer_blockmap_alloc()
129 if (use_hint && ((next_offset ^ hint) & ~HAMMER_HINTBLOCK_MASK64)) { in hammer_blockmap_alloc()
131 use_hint = 0; in hammer_blockmap_alloc()
263 use_hint = 0; in hammer_blockmap_alloc()
375 if (use_hint == 0) { in hammer_blockmap_alloc()