Searched refs:lquota_lvb (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3126 LASSERTF((int)sizeof(struct lquota_lvb) == 40, "found %lld\n", in lustre_assert_wire_constants() 3127 (long long)(int)sizeof(struct lquota_lvb)); in lustre_assert_wire_constants() 3128 LASSERTF((int)offsetof(struct lquota_lvb, lvb_flags) == 0, "found %lld\n", in lustre_assert_wire_constants() 3129 (long long)(int)offsetof(struct lquota_lvb, lvb_flags)); in lustre_assert_wire_constants() 3130 LASSERTF((int)sizeof(((struct lquota_lvb *)0)->lvb_flags) == 8, "found %lld\n", in lustre_assert_wire_constants() 3131 (long long)(int)sizeof(((struct lquota_lvb *)0)->lvb_flags)); in lustre_assert_wire_constants() 3132 LASSERTF((int)offsetof(struct lquota_lvb, lvb_id_may_rel) == 8, "found %lld\n", in lustre_assert_wire_constants() 3133 (long long)(int)offsetof(struct lquota_lvb, lvb_id_may_rel)); in lustre_assert_wire_constants() 3134 LASSERTF((int)sizeof(((struct lquota_lvb *)0)->lvb_id_may_rel) == 8, "found %lld\n", in lustre_assert_wire_constants() 3135 (long long)(int)sizeof(((struct lquota_lvb *)0)->lvb_id_may_rel)); in lustre_assert_wire_constants() [all …]
|
D | pack_generic.c | 1664 void lustre_swab_lquota_lvb(struct lquota_lvb *lvb) in lustre_swab_lquota_lvb()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1995 struct lquota_lvb { struct 2003 void lustre_swab_lquota_lvb(struct lquota_lvb *lvb); argument
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lock.c | 1411 if (size == sizeof(struct lquota_lvb)) { in ldlm_fill_lvb()
|