Searched refs:obd_dqblk (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1592 LASSERTF((int)sizeof(struct obd_dqblk) == 72, "found %lld\n", in lustre_assert_wire_constants() 1593 (long long)(int)sizeof(struct obd_dqblk)); in lustre_assert_wire_constants() 1594 LASSERTF((int)offsetof(struct obd_dqblk, dqb_bhardlimit) == 0, "found %lld\n", in lustre_assert_wire_constants() 1595 (long long)(int)offsetof(struct obd_dqblk, dqb_bhardlimit)); in lustre_assert_wire_constants() 1596 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_bhardlimit) == 8, "found %lld\n", in lustre_assert_wire_constants() 1597 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_bhardlimit)); in lustre_assert_wire_constants() 1598 LASSERTF((int)offsetof(struct obd_dqblk, dqb_bsoftlimit) == 8, "found %lld\n", in lustre_assert_wire_constants() 1599 (long long)(int)offsetof(struct obd_dqblk, dqb_bsoftlimit)); in lustre_assert_wire_constants() 1600 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_bsoftlimit) == 8, "found %lld\n", in lustre_assert_wire_constants() 1601 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_bsoftlimit)); in lustre_assert_wire_constants() [all …]
|
D | pack_generic.c | 1779 static void lustre_swab_obd_dqblk(struct obd_dqblk *b) in lustre_swab_obd_dqblk()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 582 struct obd_dqblk { struct 610 struct obd_dqblk qc_dqblk; argument
|
D | lustre_idl.h | 1869 struct obd_dqblk qc_dqblk;
|