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