Searched refs:lquota_glb_rec (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_quota.h | 58 struct lquota_glb_rec lqr_glb_rec; 186 __u64, struct lquota_glb_rec *);
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1660 LASSERTF((int)sizeof(struct lquota_glb_rec) == 32, "found %lld\n", in lustre_assert_wire_constants() 1661 (long long)(int)sizeof(struct lquota_glb_rec)); in lustre_assert_wire_constants() 1662 LASSERTF((int)offsetof(struct lquota_glb_rec, qbr_hardlimit) == 0, "found %lld\n", in lustre_assert_wire_constants() 1663 (long long)(int)offsetof(struct lquota_glb_rec, qbr_hardlimit)); in lustre_assert_wire_constants() 1664 LASSERTF((int)sizeof(((struct lquota_glb_rec *)0)->qbr_hardlimit) == 8, "found %lld\n", in lustre_assert_wire_constants() 1665 (long long)(int)sizeof(((struct lquota_glb_rec *)0)->qbr_hardlimit)); in lustre_assert_wire_constants() 1666 LASSERTF((int)offsetof(struct lquota_glb_rec, qbr_softlimit) == 8, "found %lld\n", in lustre_assert_wire_constants() 1667 (long long)(int)offsetof(struct lquota_glb_rec, qbr_softlimit)); in lustre_assert_wire_constants() 1668 LASSERTF((int)sizeof(((struct lquota_glb_rec *)0)->qbr_softlimit) == 8, "found %lld\n", in lustre_assert_wire_constants() 1669 (long long)(int)sizeof(((struct lquota_glb_rec *)0)->qbr_softlimit)); in lustre_assert_wire_constants() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 592 .dif_recsize_min = sizeof(struct lquota_glb_rec), /* 32 bytes */ 593 .dif_recsize_max = sizeof(struct lquota_glb_rec), /* 32 bytes */
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1950 struct lquota_glb_rec { /* 32 bytes */ struct
|