Home
last modified time | relevance | path

Searched refs:lc_fid (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3851 LASSERTF((int)offsetof(struct lustre_capa, lc_fid) == 0, "found %lld\n", in lustre_assert_wire_constants()
3852 (long long)(int)offsetof(struct lustre_capa, lc_fid)); in lustre_assert_wire_constants()
3853 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3854 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_fid)); in lustre_assert_wire_constants()
Dpack_generic.c2213 lustre_swab_lu_fid(&c->lc_fid); in lustre_swab_lustre_capa()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3456 struct lu_fid lc_fid; /** fid */ member