Searched refs:uid_h (Results 1 – 3 of 3) sorted by relevance
1943 LASSERTF((int)offsetof(struct mdt_body, uid_h) == 164, "found %lld\n", in lustre_assert_wire_constants()1944 (long long)(int)offsetof(struct mdt_body, uid_h)); in lustre_assert_wire_constants()1945 LASSERTF((int)sizeof(((struct mdt_body *)0)->uid_h) == 4, "found %lld\n", in lustre_assert_wire_constants()1946 (long long)(int)sizeof(((struct mdt_body *)0)->uid_h)); in lustre_assert_wire_constants()
1702 __swab32s(&b->uid_h); in lustre_swab_mdt_body()
2228 __u32 uid_h; /* high 32-bits of uid, for FUID */ member