Searched refs:dt_key (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | dt_object.h | 546 struct dt_key; 561 struct dt_rec *rec, const struct dt_key *key, 569 const struct dt_key *key, 572 const struct dt_rec *rec, const struct dt_key *key, 580 const struct dt_key *key, 583 const struct dt_key *key, struct thandle *handle, 602 const struct dt_key *key); 607 struct dt_key *(*key)(const struct lu_env *env, 1298 const struct dt_key *key, in dt_declare_insert() 1310 const struct dt_key *key, in dt_insert() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 58 struct lu_context_key dt_key = { variable 63 EXPORT_SYMBOL(dt_key); 210 (const struct dt_key *)name, BYPASS_CAPA); in dt_lookup_dir() 427 LU_CONTEXT_KEY_INIT(&dt_key); in dt_global_init() 428 return lu_context_key_register(&dt_key); in dt_global_init() 433 lu_context_key_degister(&dt_key); in dt_global_fini() 678 struct dt_key *key; in dt_index_page_build()
|