Searched refs:li_start (Results 1 – 3 of 3) sorted by relevance
4085 LASSERTF((int)offsetof(struct layout_intent, li_start) == 8, "found %lld\n", in lustre_assert_wire_constants()4086 (long long)(int)offsetof(struct layout_intent, li_start)); in lustre_assert_wire_constants()4087 LASSERTF((int)sizeof(((struct layout_intent *)0)->li_start) == 8, "found %lld\n", in lustre_assert_wire_constants()4088 (long long)(int)sizeof(((struct layout_intent *)0)->li_start)); in lustre_assert_wire_constants()
2265 __swab64s(&li->li_start); in lustre_swab_layout_intent()
3548 __u64 li_start; member