Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1895 struct lu_fid qb_fid; /* FID of global index packing the pool ID member
1911 #define qb_slv_fid qb_fid
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3759 LASSERTF((int)offsetof(struct quota_body, qb_fid) == 0, "found %lld\n", in lustre_assert_wire_constants()
3760 (long long)(int)offsetof(struct quota_body, qb_fid)); in lustre_assert_wire_constants()
3761 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3762 (long long)(int)sizeof(((struct quota_body *)0)->qb_fid)); in lustre_assert_wire_constants()
Dpack_generic.c2040 lustre_swab_lu_fid(&b->qb_fid); in lustre_swab_quota_body()