Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dhash.c201 if (hash == (EXT3_HTREE_EOF_32BIT << 1)) in ext3fs_dirhash()
202 hash = (EXT3_HTREE_EOF_32BIT - 1) << 1; in ext3fs_dirhash()
Ddir.c260 return EXT3_HTREE_EOF_32BIT; in ext3_get_htree_eof()
Dext3.h931 #define EXT3_HTREE_EOF_32BIT ((1UL << (32 - 1)) - 1) macro