Searched refs:gl_softlimit (Results 1 – 3 of 3) sorted by relevance
3170 LASSERTF((int)offsetof(struct ldlm_gl_lquota_desc, gl_softlimit) == 40, "found %lld\n", in lustre_assert_wire_constants()3171 (long long)(int)offsetof(struct ldlm_gl_lquota_desc, gl_softlimit)); in lustre_assert_wire_constants()3172 LASSERTF((int)sizeof(((struct ldlm_gl_lquota_desc *)0)->gl_softlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()3173 (long long)(int)sizeof(((struct ldlm_gl_lquota_desc *)0)->gl_softlimit)); in lustre_assert_wire_constants()
1635 __swab64s(&desc->lquota_desc.gl_softlimit); in lustre_swab_gl_desc()
1983 __u64 gl_softlimit; /* new softlimit */ member