Searched refs:quota_body (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3759 LASSERTF((int)sizeof(struct quota_body) == 112, "found %lld\n", in lustre_assert_wire_constants() 3760 (long long)(int)sizeof(struct quota_body)); in lustre_assert_wire_constants() 3761 LASSERTF((int)offsetof(struct quota_body, qb_fid) == 0, "found %lld\n", in lustre_assert_wire_constants() 3762 (long long)(int)offsetof(struct quota_body, qb_fid)); in lustre_assert_wire_constants() 3763 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_fid) == 16, "found %lld\n", in lustre_assert_wire_constants() 3764 (long long)(int)sizeof(((struct quota_body *)0)->qb_fid)); in lustre_assert_wire_constants() 3765 LASSERTF((int)offsetof(struct quota_body, qb_id) == 16, "found %lld\n", in lustre_assert_wire_constants() 3766 (long long)(int)offsetof(struct quota_body, qb_id)); in lustre_assert_wire_constants() 3767 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_id) == 16, "found %lld\n", in lustre_assert_wire_constants() 3768 (long long)(int)sizeof(((struct quota_body *)0)->qb_id)); in lustre_assert_wire_constants() [all …]
|
D | layout.c | 904 sizeof(struct quota_body), lustre_swab_quota_body, NULL);
|
D | pack_generic.c | 2245 void lustre_swab_quota_body(struct quota_body *b) in lustre_swab_quota_body()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1888 struct quota_body { struct 1915 extern void lustre_swab_quota_body(struct quota_body *b);
|