Searched refs:lc_gid (Results 1 – 3 of 3) sorted by relevance
3863 LASSERTF((int)offsetof(struct lustre_capa, lc_gid) == 32, "found %lld\n", in lustre_assert_wire_constants()3864 (long long)(int)offsetof(struct lustre_capa, lc_gid)); in lustre_assert_wire_constants()3865 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_gid) == 8, "found %lld\n", in lustre_assert_wire_constants()3866 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_gid)); in lustre_assert_wire_constants()
2216 __swab64s(&c->lc_gid); in lustre_swab_lustre_capa()
3459 __u64 lc_gid; /** file group */ member