Searched refs:lde_hash (Results 1 – 4 of 4) sorted by relevance
1107 hash = le64_to_cpu(ent->lde_hash); in ll_statahead_thread()1392 hash = le64_to_cpu(ent->lde_hash); in is_first_dirent()
519 hash = le64_to_cpu(ent->lde_hash); in ll_dir_read()
524 LASSERTF((int)offsetof(struct lu_dirent, lde_hash) == 16, "found %lld\n", in lustre_assert_wire_constants()525 (long long)(int)offsetof(struct lu_dirent, lde_hash)); in lustre_assert_wire_constants()526 LASSERTF((int)sizeof(((struct lu_dirent *)0)->lde_hash) == 8, "found %lld\n", in lustre_assert_wire_constants()527 (long long)(int)sizeof(((struct lu_dirent *)0)->lde_hash)); in lustre_assert_wire_constants()
898 __u64 lde_hash; member