Searched refs:ii_version (Results 1 – 3 of 3) sorted by relevance
1712 LASSERTF((int)offsetof(struct idx_info, ii_version) == 32, "found %lld\n", in lustre_assert_wire_constants()1713 (long long)(int)offsetof(struct idx_info, ii_version)); in lustre_assert_wire_constants()1714 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_version) == 8, "found %lld\n", in lustre_assert_wire_constants()1715 (long long)(int)sizeof(((struct idx_info *)0)->ii_version)); in lustre_assert_wire_constants()
1858 __swab64s(&ii->ii_version); in lustre_swab_idx_info()
3375 __u64 ii_version; member