Searched refs:qb_flags (Results 1 – 3 of 3) sorted by relevance
3769 LASSERTF((int)offsetof(struct quota_body, qb_flags) == 32, "found %lld\n", in lustre_assert_wire_constants()3770 (long long)(int)offsetof(struct quota_body, qb_flags)); in lustre_assert_wire_constants()3771 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()3772 (long long)(int)sizeof(((struct quota_body *)0)->qb_flags)); in lustre_assert_wire_constants()
2249 __swab32s(&b->qb_flags); in lustre_swab_quota_body()
1893 __u32 qb_flags; /* see below */ member