Home
last modified time | relevance | path

Searched refs:lc_keyid (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3871 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()
Dpack_generic.c2218 __swab32s(&c->lc_keyid); in lustre_swab_lustre_capa()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3461 __u32 lc_keyid; /** key# used for the capability */ member