Searched refs:gid_h (Results 1 – 3 of 3) sorted by relevance
1949 LASSERTF((int)offsetof(struct mdt_body, gid_h) == 168, "found %lld\n", in lustre_assert_wire_constants()1950 (long long)(int)offsetof(struct mdt_body, gid_h)); in lustre_assert_wire_constants()1951 LASSERTF((int)sizeof(((struct mdt_body *)0)->gid_h) == 4, "found %lld\n", in lustre_assert_wire_constants()1952 (long long)(int)sizeof(((struct mdt_body *)0)->gid_h)); in lustre_assert_wire_constants()
1886 __swab32s(&b->gid_h); in lustre_swab_mdt_body()
2219 __u32 gid_h; /* high 32-bits of gid, for FUID */ member