Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h583 __u64 dqb_bhardlimit; member
/drivers/staging/lustre/lustre/lov/
Dlov_obd.c2224 bhardlimit += oqctl->qc_dqblk.dqb_bhardlimit; in lov_quotactl()
2231 oqctl->qc_dqblk.dqb_bhardlimit = bhardlimit; in lov_quotactl()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1594 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()
Dpack_generic.c1784 __swab64s(&b->dqb_bhardlimit); in lustre_swab_obd_dqblk()