Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4065 LASSERTF((int)offsetof(struct link_ea_entry, lee_parent_fid) == 2, "found %lld\n", in lustre_assert_wire_constants()
4066 (long long)(int)offsetof(struct link_ea_entry, lee_parent_fid)); in lustre_assert_wire_constants()
4067 LASSERTF((int)sizeof(((struct link_ea_entry *)0)->lee_parent_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
4068 (long long)(int)sizeof(((struct link_ea_entry *)0)->lee_parent_fid)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3519 unsigned char lee_parent_fid[sizeof(struct lu_fid)]; member