Searched refs:lvb_flags (Results 1 – 3 of 3) sorted by relevance
3128 LASSERTF((int)offsetof(struct lquota_lvb, lvb_flags) == 0, "found %lld\n", in lustre_assert_wire_constants()3129 (long long)(int)offsetof(struct lquota_lvb, lvb_flags)); in lustre_assert_wire_constants()3130 LASSERTF((int)sizeof(((struct lquota_lvb *)0)->lvb_flags) == 8, "found %lld\n", in lustre_assert_wire_constants()3131 (long long)(int)sizeof(((struct lquota_lvb *)0)->lvb_flags)); in lustre_assert_wire_constants()
1666 __swab64s(&lvb->lvb_flags); in lustre_swab_lquota_lvb()
1996 __u64 lvb_flags; /* see LQUOTA_FL* above */ member