Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4480 LASSERTF((int)offsetof(struct update, u_fid) == 8, "found %lld\n", in lustre_assert_wire_constants()
4481 (long long)(int)offsetof(struct update, u_fid)); in lustre_assert_wire_constants()
4482 LASSERTF((int)sizeof(((struct update *)0)->u_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
4483 (long long)(int)sizeof(((struct update *)0)->u_fid)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3694 struct lu_fid u_fid; member