Home
last modified time | relevance | path

Searched refs:qb_glb_lockh (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3791 LASSERTF((int)offsetof(struct quota_body, qb_glb_lockh) == 72, "found %lld\n", in lustre_assert_wire_constants()
3792 (long long)(int)offsetof(struct quota_body, qb_glb_lockh)); in lustre_assert_wire_constants()
3793 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_glb_lockh) == 8, "found %lld\n", in lustre_assert_wire_constants()
3794 (long long)(int)sizeof(((struct quota_body *)0)->qb_glb_lockh)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1905 struct lustre_handle qb_glb_lockh; /* global lock handle */ member