Searched refs:link_ea_header (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4036 LASSERTF((int)sizeof(struct link_ea_header) == 24, "found %lld\n", in lustre_assert_wire_constants() 4037 (long long)(int)sizeof(struct link_ea_header)); in lustre_assert_wire_constants() 4038 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() 4042 LASSERTF((int)offsetof(struct link_ea_header, leh_reccount) == 4, "found %lld\n", in lustre_assert_wire_constants() 4043 (long long)(int)offsetof(struct link_ea_header, leh_reccount)); in lustre_assert_wire_constants() 4044 LASSERTF((int)sizeof(((struct link_ea_header *)0)->leh_reccount) == 4, "found %lld\n", in lustre_assert_wire_constants() 4045 (long long)(int)sizeof(((struct link_ea_header *)0)->leh_reccount)); in lustre_assert_wire_constants() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3554 struct link_ea_header { struct
|