Home
last modified time | relevance | path

Searched refs:gl_hardlimit (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1982 __u64 gl_hardlimit; /* new hardlimit or qunit value */ member
1988 #define gl_qunit gl_hardlimit /* current qunit value used when
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3166 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()
Dpack_generic.c1634 __swab64s(&desc->lquota_desc.gl_hardlimit); in lustre_swab_gl_desc()