Searched refs:lvb_id_may_rel (Results 1 – 3 of 3) sorted by relevance
1997 __u64 lvb_id_may_rel; /* space that might be released later */ member2006 #define lvb_glb_ver lvb_id_may_rel /* current version of the global index */
3132 LASSERTF((int)offsetof(struct lquota_lvb, lvb_id_may_rel) == 8, "found %lld\n", in lustre_assert_wire_constants()3133 (long long)(int)offsetof(struct lquota_lvb, lvb_id_may_rel)); in lustre_assert_wire_constants()3134 LASSERTF((int)sizeof(((struct lquota_lvb *)0)->lvb_id_may_rel) == 8, "found %lld\n", in lustre_assert_wire_constants()3135 (long long)(int)sizeof(((struct lquota_lvb *)0)->lvb_id_may_rel)); in lustre_assert_wire_constants()
1667 __swab64s(&lvb->lvb_id_may_rel); in lustre_swab_lquota_lvb()