Searched refs:EXT3_HTREE_EOF_32BIT (Results 1 – 3 of 3) sorted by relevance
201 if (hash == (EXT3_HTREE_EOF_32BIT << 1)) in ext3fs_dirhash()202 hash = (EXT3_HTREE_EOF_32BIT - 1) << 1; in ext3fs_dirhash()
260 return EXT3_HTREE_EOF_32BIT; in ext3_get_htree_eof()
931 #define EXT3_HTREE_EOF_32BIT ((1UL << (32 - 1)) - 1) macro