Searched refs:qbr_softlimit (Results 1 – 2 of 2) sorted by relevance
1666 LASSERTF((int)offsetof(struct lquota_glb_rec, qbr_softlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()1667 (long long)(int)offsetof(struct lquota_glb_rec, qbr_softlimit)); in lustre_assert_wire_constants()1668 LASSERTF((int)sizeof(((struct lquota_glb_rec *)0)->qbr_softlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()1669 (long long)(int)sizeof(((struct lquota_glb_rec *)0)->qbr_softlimit)); in lustre_assert_wire_constants()
1952 __u64 qbr_softlimit; /* quota soft limit, in #inodes or kbytes */ member