Searched refs:li_end (Results 1 – 3 of 3) sorted by relevance
4091 LASSERTF((int)offsetof(struct layout_intent, li_end) == 16, "found %lld\n", in lustre_assert_wire_constants()4092 (long long)(int)offsetof(struct layout_intent, li_end)); in lustre_assert_wire_constants()4093 LASSERTF((int)sizeof(((struct layout_intent *)0)->li_end) == 8, "found %lld\n", in lustre_assert_wire_constants()4094 (long long)(int)sizeof(((struct layout_intent *)0)->li_end)); in lustre_assert_wire_constants()
2482 __swab64s(&li->li_end); in lustre_swab_layout_intent()
3599 __u64 li_end; member