Searched refs:lustre_capa_key (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | lustre_capa.h | 136 static inline __u64 capa_key_seq(struct lustre_capa_key *key) in capa_key_seq() 141 static inline __u32 capa_key_keyid(struct lustre_capa_key *key) in capa_key_keyid() 292 struct lustre_capa_key k_key;
|
D | lustre_mds.h | 64 struct lustre_capa_key *capa;
|
D | dt_object.h | 176 __u32 alg, struct lustre_capa_key *keys); 1422 __u32 alg, struct lustre_capa_key *keys) in dt_init_capa_ctxt()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3892 LASSERTF((int)sizeof(struct lustre_capa_key) == 72, "found %lld\n", in lustre_assert_wire_constants() 3893 (long long)(int)sizeof(struct lustre_capa_key)); in lustre_assert_wire_constants() 3894 LASSERTF((int)offsetof(struct lustre_capa_key, lk_seq) == 0, "found %lld\n", in lustre_assert_wire_constants() 3895 (long long)(int)offsetof(struct lustre_capa_key, lk_seq)); in lustre_assert_wire_constants() 3896 LASSERTF((int)sizeof(((struct lustre_capa_key *)0)->lk_seq) == 8, "found %lld\n", in lustre_assert_wire_constants() 3897 (long long)(int)sizeof(((struct lustre_capa_key *)0)->lk_seq)); in lustre_assert_wire_constants() 3898 LASSERTF((int)offsetof(struct lustre_capa_key, lk_keyid) == 8, "found %lld\n", in lustre_assert_wire_constants() 3899 (long long)(int)offsetof(struct lustre_capa_key, lk_keyid)); in lustre_assert_wire_constants() 3900 LASSERTF((int)sizeof(((struct lustre_capa_key *)0)->lk_keyid) == 4, "found %lld\n", in lustre_assert_wire_constants() 3901 (long long)(int)sizeof(((struct lustre_capa_key *)0)->lk_keyid)); in lustre_assert_wire_constants() [all …]
|
D | pack_generic.c | 2463 void lustre_swab_lustre_capa_key(struct lustre_capa_key *k) in lustre_swab_lustre_capa_key()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3538 struct lustre_capa_key { struct 3545 extern void lustre_swab_lustre_capa_key(struct lustre_capa_key *k); argument
|