Home
last modified time | relevance | path

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

/fs/ext4/
Ddir.c287 EXT4_DIRENT_HASH(de), in ext4_readdir()
Dnamei.c703 h.hash = EXT4_DIRENT_HASH(de); in dx_show_leaf()
1091 hinfo->hash = EXT4_DIRENT_HASH(de); in htree_dirblock_to_tree()
1302 h.hash = EXT4_DIRENT_HASH(de); in dx_make_map()
1477 if (fname->hinfo.hash != EXT4_DIRENT_HASH(de) || in ext4_match()
Dinline.c1444 hinfo->hash = EXT4_DIRENT_HASH(de); in ext4_inlinedir_to_tree()
Dext4.h2008 #define EXT4_DIRENT_HASH(entry) le32_to_cpu(EXT4_DIRENT_HASHES(de)->hash) macro