Searched refs:gl_hardlimit (Results 1 – 3 of 3) sorted by relevance
1982 __u64 gl_hardlimit; /* new hardlimit or qunit value */ member1988 #define gl_qunit gl_hardlimit /* current qunit value used when
3166 LASSERTF((int)offsetof(struct ldlm_gl_lquota_desc, gl_hardlimit) == 32, "found %lld\n", in lustre_assert_wire_constants()3167 (long long)(int)offsetof(struct ldlm_gl_lquota_desc, gl_hardlimit)); in lustre_assert_wire_constants()3168 LASSERTF((int)sizeof(((struct ldlm_gl_lquota_desc *)0)->gl_hardlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()3169 (long long)(int)sizeof(((struct ldlm_gl_lquota_desc *)0)->gl_hardlimit)); in lustre_assert_wire_constants()
1634 __swab64s(&desc->lquota_desc.gl_hardlimit); in lustre_swab_gl_desc()