Searched refs:lip_magic (Results 1 – 4 of 4) sorted by relevance
670 lip->lip_magic = LIP_MAGIC; in dt_index_page_build()
1751 LASSERTF((int)offsetof(struct lu_idxpage, lip_magic) == 0, "found %lld\n", in lustre_assert_wire_constants()1752 (long long)(int)offsetof(struct lu_idxpage, lip_magic)); in lustre_assert_wire_constants()1753 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_magic) == 4, "found %lld\n", in lustre_assert_wire_constants()1754 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_magic)); in lustre_assert_wire_constants()
2050 __swab32s(&lip->lip_magic); in lustre_swab_lip_header()
3432 __u32 lip_magic; member