Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3156 LASSERTF((int)offsetof(struct ldlm_gl_lquota_desc, gl_id) == 0, "found %lld\n", in lustre_assert_wire_constants()
3157 (long long)(int)offsetof(struct ldlm_gl_lquota_desc, gl_id)); in lustre_assert_wire_constants()
3158 LASSERTF((int)sizeof(((struct ldlm_gl_lquota_desc *)0)->gl_id) == 16, "found %lld\n", in lustre_assert_wire_constants()
3159 (long long)(int)sizeof(((struct ldlm_gl_lquota_desc *)0)->gl_id)); in lustre_assert_wire_constants()
Dpack_generic.c1786 lustre_swab_lu_fid(&desc->lquota_desc.gl_id.qid_fid); in lustre_swab_gl_desc()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1972 union lquota_id gl_id; /* quota ID subject to the glimpse */ member