Searched refs:qb_count (Results 1 – 3 of 3) sorted by relevance
3775 LASSERTF((int)offsetof(struct quota_body, qb_count) == 40, "found %lld\n", in lustre_assert_wire_constants()3776 (long long)(int)offsetof(struct quota_body, qb_count)); in lustre_assert_wire_constants()3777 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_count) == 8, "found %lld\n", in lustre_assert_wire_constants()3778 (long long)(int)sizeof(((struct quota_body *)0)->qb_count)); in lustre_assert_wire_constants()
2043 __swab64s(&b->qb_count); in lustre_swab_quota_body()
1901 __u64 qb_count; /* acquire/release count (kbytes/inodes) */ member