Searched refs:lc_keyid (Results 1 – 5 of 5) sorted by relevance
133 return capa->lc_keyid; in capa_keyid()
155 int len = alive ? offsetof(struct lustre_capa, lc_keyid):sizeof(*capa); in find_capa()
3873 LASSERTF((int)offsetof(struct lustre_capa, lc_keyid) == 44, "found %lld\n", in lustre_assert_wire_constants()3874 (long long)(int)offsetof(struct lustre_capa, lc_keyid)); in lustre_assert_wire_constants()3875 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_keyid) == 4, "found %lld\n", in lustre_assert_wire_constants()3876 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_keyid)); in lustre_assert_wire_constants()
2426 __swab32s(&c->lc_keyid); in lustre_swab_lustre_capa()
3486 __u32 lc_keyid; /** key# used for the capability */ member