Searched refs:lvb_id_rel (Results 1 – 3 of 3) sorted by relevance
3138 LASSERTF((int)offsetof(struct lquota_lvb, lvb_id_rel) == 16, "found %lld\n", in lustre_assert_wire_constants()3139 (long long)(int)offsetof(struct lquota_lvb, lvb_id_rel)); in lustre_assert_wire_constants()3140 LASSERTF((int)sizeof(((struct lquota_lvb *)0)->lvb_id_rel) == 8, "found %lld\n", in lustre_assert_wire_constants()3141 (long long)(int)sizeof(((struct lquota_lvb *)0)->lvb_id_rel)); in lustre_assert_wire_constants()
1823 __swab64s(&lvb->lvb_id_rel); in lustre_swab_lquota_lvb()
1990 __u64 lvb_id_rel; /* space released by the slave for this ID */ member