Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Ddir.h58 dent->de_hash = cpu_to_be32(name->hash); in gfs2_qstr2dirent()
Ddir.c400 be32_to_cpu(dent->de_hash) == name->hash && in __gfs2_dirent_find()
1037 be32_to_cpu(dent->de_hash) < divider) { in dir_split_leaf()
1041 str.hash = be32_to_cpu(dent->de_hash); in dir_split_leaf()
1170 hash_a = be32_to_cpu(dent_a->de_hash); in compare_dents()
1173 hash_b = be32_to_cpu(dent_b->de_hash); in compare_dents()
1226 off_next = be32_to_cpu(dent_next->de_hash); in do_filldir_main()
1235 off_next = be32_to_cpu(dent_next->de_hash); in do_filldir_main()
/linux-3.4.99/include/linux/
Dgfs2_ondisk.h291 __be32 de_hash; member