Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_htree.c118 uint32_t next_hash; in ext2_htree_check_next() local
134 next_hash = ext2_htree_get_hash(level->h_entry); in ext2_htree_check_next()
136 if (hash != (next_hash & ~1)) in ext2_htree_check_next()