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