Searched refs:lc_keyid (Results 1 – 3 of 3) sorted by relevance
3871 LASSERTF((int)offsetof(struct lustre_capa, lc_keyid) == 44, "found %lld\n", in lustre_assert_wire_constants()3872 (long long)(int)offsetof(struct lustre_capa, lc_keyid)); in lustre_assert_wire_constants()3873 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_keyid) == 4, "found %lld\n", in lustre_assert_wire_constants()3874 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_keyid)); in lustre_assert_wire_constants()
2218 __swab32s(&c->lc_keyid); in lustre_swab_lustre_capa()
3461 __u32 lc_keyid; /** key# used for the capability */ member