Searched refs:lustre_capa_key (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3890 LASSERTF((int)sizeof(struct lustre_capa_key) == 72, "found %lld\n", in lustre_assert_wire_constants() 3891 (long long)(int)sizeof(struct lustre_capa_key)); in lustre_assert_wire_constants() 3892 LASSERTF((int)offsetof(struct lustre_capa_key, lk_seq) == 0, "found %lld\n", in lustre_assert_wire_constants() 3893 (long long)(int)offsetof(struct lustre_capa_key, lk_seq)); in lustre_assert_wire_constants() 3894 LASSERTF((int)sizeof(((struct lustre_capa_key *)0)->lk_seq) == 8, "found %lld\n", in lustre_assert_wire_constants() 3895 (long long)(int)sizeof(((struct lustre_capa_key *)0)->lk_seq)); in lustre_assert_wire_constants() 3896 LASSERTF((int)offsetof(struct lustre_capa_key, lk_keyid) == 8, "found %lld\n", in lustre_assert_wire_constants() 3897 (long long)(int)offsetof(struct lustre_capa_key, lk_keyid)); in lustre_assert_wire_constants() 3898 LASSERTF((int)sizeof(((struct lustre_capa_key *)0)->lk_keyid) == 4, "found %lld\n", in lustre_assert_wire_constants() 3899 (long long)(int)sizeof(((struct lustre_capa_key *)0)->lk_keyid)); in lustre_assert_wire_constants() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3495 struct lustre_capa_key { struct
|