Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Ddir.h75 dent->de_hash = cpu_to_be32(name->hash); in gfs2_qstr2dirent()
Ddir.c410 be32_to_cpu(dent->de_hash) == name->hash && in __gfs2_dirent_find()
1052 be32_to_cpu(dent->de_hash) < divider) { in dir_split_leaf()
1056 str.hash = be32_to_cpu(dent->de_hash); in dir_split_leaf()
1189 hash_a = be32_to_cpu(dent_a->de_hash); in compare_dents()
1192 hash_b = be32_to_cpu(dent_b->de_hash); in compare_dents()
1241 off_next = be32_to_cpu(dent_next->de_hash); in do_filldir_main()
1250 off_next = be32_to_cpu(dent_next->de_hash); in do_filldir_main()
/linux-4.4.14/include/uapi/linux/
Dgfs2_ondisk.h303 __be32 de_hash; member