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