Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3789 LASSERTF((int)offsetof(struct quota_body, qb_lockh) == 64, "found %lld\n", in lustre_assert_wire_constants()
3790 (long long)(int)offsetof(struct quota_body, qb_lockh)); in lustre_assert_wire_constants()
3791 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_lockh) == 8, "found %lld\n", in lustre_assert_wire_constants()
3792 (long long)(int)sizeof(((struct quota_body *)0)->qb_lockh)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1898 struct lustre_handle qb_lockh; /* per-ID lock handle */ member