Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3769 LASSERTF((int)offsetof(struct quota_body, qb_flags) == 32, "found %lld\n", in lustre_assert_wire_constants()
3770 (long long)(int)offsetof(struct quota_body, qb_flags)); in lustre_assert_wire_constants()
3771 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
3772 (long long)(int)sizeof(((struct quota_body *)0)->qb_flags)); in lustre_assert_wire_constants()
Dpack_generic.c2249 __swab32s(&b->qb_flags); in lustre_swab_quota_body()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1893 __u32 qb_flags; /* see below */ member