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.h587 __u64 dqb_bhardlimit; member
/drivers/staging/lustre/lustre/lov/
Dlov_obd.c2243 bhardlimit += oqctl->qc_dqblk.dqb_bhardlimit; in lov_quotactl()
2250 oqctl->qc_dqblk.dqb_bhardlimit = bhardlimit; in lov_quotactl()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1596 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()
Dpack_generic.c1966 __swab64s(&b->dqb_bhardlimit); in lustre_swab_obd_dqblk()