Home
last modified time | relevance | path

Searched refs:lustre_capa_key (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dlustre_capa.h136 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;
Dlustre_mds.h64 struct lustre_capa_key *capa;
Ddt_object.h176 __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/
Dwiretest.c3892 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 …]
Dpack_generic.c2463 void lustre_swab_lustre_capa_key(struct lustre_capa_key *k) in lustre_swab_lustre_capa_key()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3538 struct lustre_capa_key { struct
3545 extern void lustre_swab_lustre_capa_key(struct lustre_capa_key *k); argument