Home
last modified time | relevance | path

Searched refs:cm_padding (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3207 LASSERTF((int)offsetof(struct cfg_marker, cm_padding) == 12, "found %lld\n", in lustre_assert_wire_constants()
3208 (long long)(int)offsetof(struct cfg_marker, cm_padding)); in lustre_assert_wire_constants()
3209 LASSERTF((int)sizeof(((struct cfg_marker *)0)->cm_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()
3210 (long long)(int)sizeof(((struct cfg_marker *)0)->cm_padding)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2908 __u32 cm_padding; /* 64 bit align */ member