Searched refs:dqb_ihardlimit (Results 1 – 3 of 3) sorted by relevance
590 __u64 dqb_ihardlimit; member
1608 LASSERTF((int)offsetof(struct obd_dqblk, dqb_ihardlimit) == 24, "found %lld\n", in lustre_assert_wire_constants()1609 (long long)(int)offsetof(struct obd_dqblk, dqb_ihardlimit)); in lustre_assert_wire_constants()1610 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_ihardlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()1611 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_ihardlimit)); in lustre_assert_wire_constants()
1963 __swab64s(&b->dqb_ihardlimit); in lustre_swab_obd_dqblk()