Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4038 LASSERTF((int)offsetof(struct link_ea_header, leh_magic) == 0, "found %lld\n", in lustre_assert_wire_constants()
4039 (long long)(int)offsetof(struct link_ea_header, leh_magic)); in lustre_assert_wire_constants()
4040 LASSERTF((int)sizeof(((struct link_ea_header *)0)->leh_magic) == 4, "found %lld\n", in lustre_assert_wire_constants()
4041 (long long)(int)sizeof(((struct link_ea_header *)0)->leh_magic)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3550 __u32 leh_magic; member