Searched refs:qb_slv_ver (Results 1 – 3 of 3) sorted by relevance
3783 LASSERTF((int)offsetof(struct quota_body, qb_slv_ver) == 56, "found %lld\n", in lustre_assert_wire_constants()3784 (long long)(int)offsetof(struct quota_body, qb_slv_ver)); in lustre_assert_wire_constants()3785 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_slv_ver) == 8, "found %lld\n", in lustre_assert_wire_constants()3786 (long long)(int)sizeof(((struct quota_body *)0)->qb_slv_ver)); in lustre_assert_wire_constants()
2045 __swab64s(&b->qb_slv_ver); in lustre_swab_quota_body()
1903 __u64 qb_slv_ver; /* slave index file version */ member