Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1716 __swab32s(&o->o_gid_h); in lustre_swab_obdo()
2307 CDEBUG(D_RPCTRACE, "obdo: o_gid_h = %u\n", oa->o_gid_h); in dump_obdo()
Dwiretest.c1211 LASSERTF((int)offsetof(struct obdo, o_gid_h) == 172, "found %lld\n", in lustre_assert_wire_constants()
1212 (long long)(int)offsetof(struct obdo, o_gid_h)); in lustre_assert_wire_constants()
1213 LASSERTF((int)sizeof(((struct obdo *)0)->o_gid_h) == 4, "found %lld\n", in lustre_assert_wire_constants()
1214 (long long)(int)sizeof(((struct obdo *)0)->o_gid_h)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3274 __u32 o_gid_h; member