Home
last modified time | relevance | path

Searched refs:obd_dqblk (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1594 LASSERTF((int)sizeof(struct obd_dqblk) == 72, "found %lld\n", in lustre_assert_wire_constants()
1595 (long long)(int)sizeof(struct obd_dqblk)); in lustre_assert_wire_constants()
1596 LASSERTF((int)offsetof(struct obd_dqblk, dqb_bhardlimit) == 0, "found %lld\n", in lustre_assert_wire_constants()
1597 (long long)(int)offsetof(struct obd_dqblk, dqb_bhardlimit)); in lustre_assert_wire_constants()
1598 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_bhardlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()
1599 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_bhardlimit)); in lustre_assert_wire_constants()
1600 LASSERTF((int)offsetof(struct obd_dqblk, dqb_bsoftlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()
1601 (long long)(int)offsetof(struct obd_dqblk, dqb_bsoftlimit)); in lustre_assert_wire_constants()
1602 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_bsoftlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()
1603 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_bsoftlimit)); in lustre_assert_wire_constants()
[all …]
Dpack_generic.c1933 static void lustre_swab_obd_dqblk(struct obd_dqblk *b) in lustre_swab_obd_dqblk()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h586 struct obd_dqblk { struct
614 struct obd_dqblk qc_dqblk; argument
Dlustre_idl.h1863 struct obd_dqblk qc_dqblk;