Searched refs:llog_catid (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3251 LASSERTF((int)sizeof(struct llog_catid) == 32, "found %lld\n", in lustre_assert_wire_constants() 3252 (long long)(int)sizeof(struct llog_catid)); in lustre_assert_wire_constants() 3253 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() 3257 LASSERTF((int)offsetof(struct llog_catid, lci_padding1) == 20, "found %lld\n", in lustre_assert_wire_constants() 3258 (long long)(int)offsetof(struct llog_catid, lci_padding1)); in lustre_assert_wire_constants() 3259 LASSERTF((int)sizeof(((struct llog_catid *)0)->lci_padding1) == 4, "found %lld\n", in lustre_assert_wire_constants() 3260 (long long)(int)sizeof(((struct llog_catid *)0)->lci_padding1)); in lustre_assert_wire_constants() [all …]
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2940 struct llog_catid { struct
|