Home
last modified time | relevance | path

Searched refs:EXT4_HTREE_EOF_32BIT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dhash.c267 if (hash == (EXT4_HTREE_EOF_32BIT << 1)) in __ext4fs_dirhash()
268 hash = (EXT4_HTREE_EOF_32BIT - 1) << 1; in __ext4fs_dirhash()
H A Ddir.c351 return EXT4_HTREE_EOF_32BIT; in ext4_get_htree_eof()
H A Dext4.h2341 #define EXT4_HTREE_EOF_32BIT ((1UL << (32 - 1)) - 1) macro
/kernel/linux/linux-6.6/fs/ext4/
H A Dhash.c287 if (hash == (EXT4_HTREE_EOF_32BIT << 1)) in __ext4fs_dirhash()
288 hash = (EXT4_HTREE_EOF_32BIT - 1) << 1; in __ext4fs_dirhash()
H A Ddir.c367 return EXT4_HTREE_EOF_32BIT; in ext4_get_htree_eof()
H A Dext4.h2481 #define EXT4_HTREE_EOF_32BIT ((1UL << (32 - 1)) - 1) macro

Completed in 17 milliseconds