Searched refs:lk_keyid (Results 1 – 4 of 4) sorted by relevance
143 return key->lk_keyid; in capa_key_keyid()
3898 LASSERTF((int)offsetof(struct lustre_capa_key, lk_keyid) == 8, "found %lld\n", in lustre_assert_wire_constants()3899 (long long)(int)offsetof(struct lustre_capa_key, lk_keyid)); in lustre_assert_wire_constants()3900 LASSERTF((int)sizeof(((struct lustre_capa_key *)0)->lk_keyid) == 4, "found %lld\n", in lustre_assert_wire_constants()3901 (long long)(int)sizeof(((struct lustre_capa_key *)0)->lk_keyid)); in lustre_assert_wire_constants()
2435 __swab32s(&k->lk_keyid); in lustre_swab_lustre_capa_key()
3545 __u32 lk_keyid; /**< key# */ member