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