Searched refs:qb_id (Results 1 – 3 of 3) sorted by relevance
3763 LASSERTF((int)offsetof(struct quota_body, qb_id) == 16, "found %lld\n", in lustre_assert_wire_constants()3764 (long long)(int)offsetof(struct quota_body, qb_id)); in lustre_assert_wire_constants()3765 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_id) == 16, "found %lld\n", in lustre_assert_wire_constants()3766 (long long)(int)sizeof(((struct quota_body *)0)->qb_id)); in lustre_assert_wire_constants()
2041 lustre_swab_lu_fid((struct lu_fid *)&b->qb_id); in lustre_swab_quota_body()
1898 union lquota_id qb_id; /* uid or gid or directory FID */ member