Searched refs:ii_count (Results 1 – 4 of 4) sorted by relevance
721 if (unlikely(lip->lip_nr == 1 && ii->ii_count == 0)) in dt_index_page_build()738 ii->ii_count++; in dt_index_page_build()931 LASSERT(ii->ii_count == 0); in dt_index_read()
1698 LASSERTF((int)offsetof(struct idx_info, ii_count) == 8, "found %lld\n", in lustre_assert_wire_constants()1699 (long long)(int)offsetof(struct idx_info, ii_count)); in lustre_assert_wire_constants()1700 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_count) == 2, "found %lld\n", in lustre_assert_wire_constants()1701 (long long)(int)sizeof(((struct idx_info *)0)->ii_count)); in lustre_assert_wire_constants()
2009 __swab16s(&ii->ii_count); in lustre_swab_idx_info()
3388 __u16 ii_count; member