Searched refs:lquota_acct_rec (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_quota.h | 60 struct lquota_acct_rec lqr_acct_rec;
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 580 .dif_recsize_min = sizeof(struct lquota_acct_rec), /* 16 bytes */ 581 .dif_recsize_max = sizeof(struct lquota_acct_rec), /* 16 bytes */
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1648 LASSERTF((int)sizeof(struct lquota_acct_rec) == 16, "found %lld\n", in lustre_assert_wire_constants() 1649 (long long)(int)sizeof(struct lquota_acct_rec)); in lustre_assert_wire_constants() 1650 LASSERTF((int)offsetof(struct lquota_acct_rec, bspace) == 0, "found %lld\n", in lustre_assert_wire_constants() 1651 (long long)(int)offsetof(struct lquota_acct_rec, bspace)); in lustre_assert_wire_constants() 1652 LASSERTF((int)sizeof(((struct lquota_acct_rec *)0)->bspace) == 8, "found %lld\n", in lustre_assert_wire_constants() 1653 (long long)(int)sizeof(((struct lquota_acct_rec *)0)->bspace)); in lustre_assert_wire_constants() 1654 LASSERTF((int)offsetof(struct lquota_acct_rec, ispace) == 8, "found %lld\n", in lustre_assert_wire_constants() 1655 (long long)(int)offsetof(struct lquota_acct_rec, ispace)); in lustre_assert_wire_constants() 1656 LASSERTF((int)sizeof(((struct lquota_acct_rec *)0)->ispace) == 8, "found %lld\n", in lustre_assert_wire_constants() 1657 (long long)(int)sizeof(((struct lquota_acct_rec *)0)->ispace)); in lustre_assert_wire_constants()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1940 struct lquota_acct_rec { /* 16 bytes */ struct
|