Searched refs:qbr_hardlimit (Results 1 – 2 of 2) sorted by relevance
1662 LASSERTF((int)offsetof(struct lquota_glb_rec, qbr_hardlimit) == 0, "found %lld\n", in lustre_assert_wire_constants()1663 (long long)(int)offsetof(struct lquota_glb_rec, qbr_hardlimit)); in lustre_assert_wire_constants()1664 LASSERTF((int)sizeof(((struct lquota_glb_rec *)0)->qbr_hardlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()1665 (long long)(int)sizeof(((struct lquota_glb_rec *)0)->qbr_hardlimit)); in lustre_assert_wire_constants()
1951 __u64 qbr_hardlimit; /* quota hard limit, in #inodes or kbytes */ member