Searched refs:o_misc (Results 1 – 3 of 3) sorted by relevance
3264 __u32 o_misc; /* brw: o_dropped */ member3287 #define o_dropped o_misc
1183 LASSERTF((int)offsetof(struct obdo, o_misc) == 108, "found %lld\n", in lustre_assert_wire_constants()1184 (long long)(int)offsetof(struct obdo, o_misc)); in lustre_assert_wire_constants()1185 LASSERTF((int)sizeof(((struct obdo *)0)->o_misc) == 4, "found %lld\n", in lustre_assert_wire_constants()1186 (long long)(int)sizeof(((struct obdo *)0)->o_misc)); in lustre_assert_wire_constants()
1709 __swab32s(&o->o_misc); in lustre_swab_obdo()