Searched refs:o_gid_h (Results 1 – 3 of 3) sorted by relevance
1562 __swab32s(&o->o_gid_h); in lustre_swab_obdo()2100 CDEBUG(D_RPCTRACE, "obdo: o_gid_h = %u\n", oa->o_gid_h); in dump_obdo()
1209 LASSERTF((int)offsetof(struct obdo, o_gid_h) == 172, "found %lld\n", in lustre_assert_wire_constants()1210 (long long)(int)offsetof(struct obdo, o_gid_h)); in lustre_assert_wire_constants()1211 LASSERTF((int)sizeof(((struct obdo *)0)->o_gid_h) == 4, "found %lld\n", in lustre_assert_wire_constants()1212 (long long)(int)sizeof(((struct obdo *)0)->o_gid_h)); in lustre_assert_wire_constants()
3253 __u32 o_gid_h; member