Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dhash.c283 if (hash == (EXT4_HTREE_EOF_32BIT << 1)) in __ext4fs_dirhash()
284 hash = (EXT4_HTREE_EOF_32BIT - 1) << 1; in __ext4fs_dirhash()
Ddir.c367 return EXT4_HTREE_EOF_32BIT; in ext4_get_htree_eof()
Dext4.h2481 #define EXT4_HTREE_EOF_32BIT ((1UL << (32 - 1)) - 1) macro