Home
last modified time | relevance | path

Searched refs:lip_nr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1757 LASSERTF((int)offsetof(struct lu_idxpage, lip_nr) == 6, "found %lld\n", in lustre_assert_wire_constants()
1758 (long long)(int)offsetof(struct lu_idxpage, lip_nr)); in lustre_assert_wire_constants()
1759 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_nr) == 2, "found %lld\n", in lustre_assert_wire_constants()
1760 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_nr)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3415 __u16 lip_nr; /* number of entries in the container */ member