Home
last modified time | relevance | path

Searched refs:lci_logid (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3253 LASSERTF((int)offsetof(struct llog_catid, lci_logid) == 0, "found %lld\n", in lustre_assert_wire_constants()
3254 (long long)(int)offsetof(struct llog_catid, lci_logid)); in lustre_assert_wire_constants()
3255 LASSERTF((int)sizeof(((struct llog_catid *)0)->lci_logid) == 20, "found %lld\n", in lustre_assert_wire_constants()
3256 (long long)(int)sizeof(((struct llog_catid *)0)->lci_logid)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2941 struct llog_logid lci_logid; member