Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1574 LASSERTF((int)sizeof(struct obd_dqinfo) == 24, "found %lld\n", in lustre_assert_wire_constants()
1575 (long long)(int)sizeof(struct obd_dqinfo)); in lustre_assert_wire_constants()
1576 LASSERTF((int)offsetof(struct obd_dqinfo, dqi_bgrace) == 0, "found %lld\n", in lustre_assert_wire_constants()
1577 (long long)(int)offsetof(struct obd_dqinfo, dqi_bgrace)); in lustre_assert_wire_constants()
1578 LASSERTF((int)sizeof(((struct obd_dqinfo *)0)->dqi_bgrace) == 8, "found %lld\n", in lustre_assert_wire_constants()
1579 (long long)(int)sizeof(((struct obd_dqinfo *)0)->dqi_bgrace)); in lustre_assert_wire_constants()
1580 LASSERTF((int)offsetof(struct obd_dqinfo, dqi_igrace) == 8, "found %lld\n", in lustre_assert_wire_constants()
1581 (long long)(int)offsetof(struct obd_dqinfo, dqi_igrace)); in lustre_assert_wire_constants()
1582 LASSERTF((int)sizeof(((struct obd_dqinfo *)0)->dqi_igrace) == 8, "found %lld\n", in lustre_assert_wire_constants()
1583 (long long)(int)sizeof(((struct obd_dqinfo *)0)->dqi_igrace)); in lustre_assert_wire_constants()
[all …]
Dpack_generic.c1925 static void lustre_swab_obd_dqinfo(struct obd_dqinfo *i) in lustre_swab_obd_dqinfo()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h578 struct obd_dqinfo { struct
613 struct obd_dqinfo qc_dqinfo;
Dlustre_idl.h1862 struct obd_dqinfo qc_dqinfo;