Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1562 __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()
Dwiretest.c1209 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3253 __u32 o_gid_h; member