Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3771 LASSERTF((int)offsetof(struct quota_body, qb_padding) == 36, "found %lld\n", in lustre_assert_wire_constants()
3772 (long long)(int)offsetof(struct quota_body, qb_padding)); in lustre_assert_wire_constants()
3773 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()
3774 (long long)(int)sizeof(((struct quota_body *)0)->qb_padding)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1900 __u32 qb_padding; member