Searched refs:lip_flags (Results 1 – 3 of 3) sorted by relevance
1755 LASSERTF((int)offsetof(struct lu_idxpage, lip_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()1756 (long long)(int)offsetof(struct lu_idxpage, lip_flags)); in lustre_assert_wire_constants()1757 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_flags) == 2, "found %lld\n", in lustre_assert_wire_constants()1758 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_flags)); in lustre_assert_wire_constants()
2023 __swab16s(&lip->lip_flags); in lustre_swab_lip_header()
3438 __u16 lip_flags; member