Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1749 LASSERTF((int)offsetof(struct lu_idxpage, lip_magic) == 0, "found %lld\n", in lustre_assert_wire_constants()
1750 (long long)(int)offsetof(struct lu_idxpage, lip_magic)); in lustre_assert_wire_constants()
1751 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_magic) == 4, "found %lld\n", in lustre_assert_wire_constants()
1752 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_magic)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3413 __u32 lip_magic; member