Searched refs:ii_hash_start (Results 1 – 4 of 4) sorted by relevance
726 ii->ii_hash_start = hash; in dt_index_page_build()
1718 LASSERTF((int)offsetof(struct idx_info, ii_hash_start) == 40, "found %lld\n", in lustre_assert_wire_constants()1719 (long long)(int)offsetof(struct idx_info, ii_hash_start)); in lustre_assert_wire_constants()1720 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_hash_start) == 8, "found %lld\n", in lustre_assert_wire_constants()1721 (long long)(int)sizeof(((struct idx_info *)0)->ii_hash_start)); in lustre_assert_wire_constants()
2041 __swab64s(&ii->ii_hash_start); in lustre_swab_idx_info()
3400 __u64 ii_hash_start; member