Searched refs:ii_hash_end (Results 1 – 4 of 4) sorted by relevance
683 ii->ii_hash_end = hash; in dt_index_page_build()741 ii->ii_hash_end = II_END_OFF; in dt_index_page_build()932 ii->ii_hash_end = II_END_OFF; in dt_index_read()
1722 LASSERTF((int)offsetof(struct idx_info, ii_hash_end) == 48, "found %lld\n", in lustre_assert_wire_constants()1723 (long long)(int)offsetof(struct idx_info, ii_hash_end)); in lustre_assert_wire_constants()1724 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_hash_end) == 8, "found %lld\n", in lustre_assert_wire_constants()1725 (long long)(int)sizeof(((struct idx_info *)0)->ii_hash_end)); in lustre_assert_wire_constants()
2014 __swab64s(&ii->ii_hash_end); in lustre_swab_idx_info()
3406 __u64 ii_hash_end; member