Searched refs:lc_gid (Results 1 – 4 of 4) sorted by relevance
118 return capa->lc_gid; in capa_gid()
3865 LASSERTF((int)offsetof(struct lustre_capa, lc_gid) == 32, "found %lld\n", in lustre_assert_wire_constants()3866 (long long)(int)offsetof(struct lustre_capa, lc_gid)); in lustre_assert_wire_constants()3867 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_gid) == 8, "found %lld\n", in lustre_assert_wire_constants()3868 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_gid)); in lustre_assert_wire_constants()
2424 __swab64s(&c->lc_gid); in lustre_swab_lustre_capa()
3484 __u64 lc_gid; /** file group */ member