Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3243 __u32 o_misc; /* brw: o_dropped */ member
3266 #define o_dropped o_misc
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1181 LASSERTF((int)offsetof(struct obdo, o_misc) == 108, "found %lld\n", in lustre_assert_wire_constants()
1182 (long long)(int)offsetof(struct obdo, o_misc)); in lustre_assert_wire_constants()
1183 LASSERTF((int)sizeof(((struct obdo *)0)->o_misc) == 4, "found %lld\n", in lustre_assert_wire_constants()
1184 (long long)(int)sizeof(((struct obdo *)0)->o_misc)); in lustre_assert_wire_constants()
Dpack_generic.c1555 __swab32s(&o->o_misc); in lustre_swab_obdo()