Searched refs:lc_fid (Results 1 – 3 of 3) sorted by relevance
3851 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()
2213 lustre_swab_lu_fid(&c->lc_fid); in lustre_swab_lustre_capa()
3456 struct lu_fid lc_fid; /** fid */ member