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