Home
last modified time | relevance | path

Searched refs:uid_h (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1945 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()
Dpack_generic.c1885 __swab32s(&b->uid_h); in lustre_swab_mdt_body()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2218 __u32 uid_h; /* high 32-bits of uid, for FUID */ member