Searched refs:qb_usage (Results 1 – 3 of 3) sorted by relevance
1896 __u64 qb_usage; /* current slave usage (kbytes/inodes) */ member1908 #define qb_qunit qb_usage
3781 LASSERTF((int)offsetof(struct quota_body, qb_usage) == 48, "found %lld\n", in lustre_assert_wire_constants()3782 (long long)(int)offsetof(struct quota_body, qb_usage)); in lustre_assert_wire_constants()3783 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_usage) == 8, "found %lld\n", in lustre_assert_wire_constants()3784 (long long)(int)sizeof(((struct quota_body *)0)->qb_usage)); in lustre_assert_wire_constants()
2251 __swab64s(&b->qb_usage); in lustre_swab_quota_body()