Searched refs:qb_fid (Results 1 – 3 of 3) sorted by relevance
1895 struct lu_fid qb_fid; /* FID of global index packing the pool ID member1911 #define qb_slv_fid qb_fid
3759 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()
2040 lustre_swab_lu_fid(&b->qb_fid); in lustre_swab_quota_body()