Searched refs:ii_hash_end (Results 1 – 3 of 3) sorted by relevance
1720 LASSERTF((int)offsetof(struct idx_info, ii_hash_end) == 48, "found %lld\n", in lustre_assert_wire_constants()1721 (long long)(int)offsetof(struct idx_info, ii_hash_end)); in lustre_assert_wire_constants()1722 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_hash_end) == 8, "found %lld\n", in lustre_assert_wire_constants()1723 (long long)(int)sizeof(((struct idx_info *)0)->ii_hash_end)); in lustre_assert_wire_constants()
1860 __swab64s(&ii->ii_hash_end); in lustre_swab_idx_info()
3381 __u64 ii_hash_end; member