Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3174 LASSERTF((int)offsetof(struct ldlm_gl_lquota_desc, gl_time) == 48, "found %lld\n", in lustre_assert_wire_constants()
3175 (long long)(int)offsetof(struct ldlm_gl_lquota_desc, gl_time)); in lustre_assert_wire_constants()
3176 LASSERTF((int)sizeof(((struct ldlm_gl_lquota_desc *)0)->gl_time) == 8, "found %lld\n", in lustre_assert_wire_constants()
3177 (long long)(int)sizeof(((struct ldlm_gl_lquota_desc *)0)->gl_time)); in lustre_assert_wire_constants()
Dpack_generic.c1636 __swab64s(&desc->lquota_desc.gl_time); in lustre_swab_gl_desc()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1984 __u64 gl_time; member