Searched refs:lip_nr (Results 1 – 4 of 4) sorted by relevance
690 if (lip->lip_nr != 0) { in dt_index_page_build()697 if (lip->lip_nr == 0) in dt_index_page_build()724 lip->lip_nr++; in dt_index_page_build()725 if (unlikely(lip->lip_nr == 1 && ii->ii_count == 0)) in dt_index_page_build()740 if (rc >= 0 && lip->lip_nr > 0) in dt_index_page_build()
1759 LASSERTF((int)offsetof(struct lu_idxpage, lip_nr) == 6, "found %lld\n", in lustre_assert_wire_constants()1760 (long long)(int)offsetof(struct lu_idxpage, lip_nr)); in lustre_assert_wire_constants()1761 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_nr) == 2, "found %lld\n", in lustre_assert_wire_constants()1762 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_nr)); in lustre_assert_wire_constants()
2052 __swab16s(&lip->lip_nr); in lustre_swab_lip_header()
3434 __u16 lip_nr; /* number of entries in the container */ member