Searched refs:ii_count (Results 1 – 3 of 3) sorted by relevance
1696 LASSERTF((int)offsetof(struct idx_info, ii_count) == 8, "found %lld\n", in lustre_assert_wire_constants()1697 (long long)(int)offsetof(struct idx_info, ii_count)); in lustre_assert_wire_constants()1698 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_count) == 2, "found %lld\n", in lustre_assert_wire_constants()1699 (long long)(int)sizeof(((struct idx_info *)0)->ii_count)); in lustre_assert_wire_constants()
1855 __swab16s(&ii->ii_count); in lustre_swab_idx_info()
3363 __u16 ii_count; member