Searched refs:gl_id (Results 1 – 3 of 3) sorted by relevance
3156 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()
1786 lustre_swab_lu_fid(&desc->lquota_desc.gl_id.qid_fid); in lustre_swab_gl_desc()
1972 union lquota_id gl_id; /* quota ID subject to the glimpse */ member