Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_capa.h133 return capa->lc_keyid; in capa_keyid()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c155 int len = alive ? offsetof(struct lustre_capa, lc_keyid):sizeof(*capa); in find_capa()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3873 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()
Dpack_generic.c2426 __swab32s(&c->lc_keyid); in lustre_swab_lustre_capa()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3486 __u32 lc_keyid; /** key# used for the capability */ member