Home
last modified time | relevance | path

Searched refs:dqb_isoftlimit (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h587 __u64 dqb_isoftlimit; member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1610 LASSERTF((int)offsetof(struct obd_dqblk, dqb_isoftlimit) == 32, "found %lld\n", in lustre_assert_wire_constants()
1611 (long long)(int)offsetof(struct obd_dqblk, dqb_isoftlimit)); in lustre_assert_wire_constants()
1612 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_isoftlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()
1613 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_isoftlimit)); in lustre_assert_wire_constants()
Dpack_generic.c1782 __swab64s(&b->dqb_isoftlimit); in lustre_swab_obd_dqblk()