Searched refs:link_ea_entry (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4061 LASSERTF((int)sizeof(struct link_ea_entry) == 18, "found %lld\n", in lustre_assert_wire_constants() 4062 (long long)(int)sizeof(struct link_ea_entry)); in lustre_assert_wire_constants() 4063 LASSERTF((int)offsetof(struct link_ea_entry, lee_reclen) == 0, "found %lld\n", in lustre_assert_wire_constants() 4064 (long long)(int)offsetof(struct link_ea_entry, lee_reclen)); in lustre_assert_wire_constants() 4065 LASSERTF((int)sizeof(((struct link_ea_entry *)0)->lee_reclen) == 2, "found %lld\n", in lustre_assert_wire_constants() 4066 (long long)(int)sizeof(((struct link_ea_entry *)0)->lee_reclen)); in lustre_assert_wire_constants() 4067 LASSERTF((int)offsetof(struct link_ea_entry, lee_parent_fid) == 2, "found %lld\n", in lustre_assert_wire_constants() 4068 (long long)(int)offsetof(struct link_ea_entry, lee_parent_fid)); in lustre_assert_wire_constants() 4069 LASSERTF((int)sizeof(((struct link_ea_entry *)0)->lee_parent_fid) == 16, "found %lld\n", in lustre_assert_wire_constants() 4070 (long long)(int)sizeof(((struct link_ea_entry *)0)->lee_parent_fid)); in lustre_assert_wire_constants() [all …]
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3561 struct link_ea_entry { struct
|