Searched refs:lu_context_key (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 1077 struct lu_context_key { struct 1087 struct lu_context_key *key); argument 1094 struct lu_context_key *key, void *data); argument 1101 struct lu_context_key *key, void *data); argument 1124 struct lu_context_key *key) \ argument 1140 struct lu_context_key *key, void *data) \ 1153 struct lu_context_key mod##_thread_key = { \ 1164 int lu_context_key_register(struct lu_context_key *key); 1165 void lu_context_key_degister(struct lu_context_key *key); 1167 const struct lu_context_key *key); [all …]
|
D | lclient.h | 117 extern struct lu_context_key ccc_key; 118 extern struct lu_context_key ccc_session_key; 253 struct lu_context_key *key); 255 struct lu_context_key *key, void *data); 257 struct lu_context_key *key); 259 struct lu_context_key *key, void *data);
|
D | dt_object.h | 1470 extern struct lu_context_key dt_key;
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_dev.c | 121 struct lu_context_key *key) in osc_key_init() 132 struct lu_context_key *key, void *data) in osc_key_fini() 139 struct lu_context_key osc_key = { 146 struct lu_context_key *key) in osc_session_init() 157 struct lu_context_key *key, void *data) in osc_session_fini() 164 struct lu_context_key osc_session_key = {
|
D | osc_cl_internal.h | 410 extern struct lu_context_key osc_key; 411 extern struct lu_context_key osc_session_key;
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 79 struct lu_context_key *key) in vvp_key_init() 90 struct lu_context_key *key, void *data) in vvp_key_fini() 98 struct lu_context_key *key) in vvp_session_key_init() 109 struct lu_context_key *key, void *data) in vvp_session_key_fini() 117 struct lu_context_key vvp_key = { 123 struct lu_context_key vvp_session_key = {
|
D | llite_internal.h | 948 extern struct lu_context_key vvp_key; in vvp_env_info() 972 extern struct lu_context_key vvp_session_key; in vvp_env_session()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 430 struct lu_context_key lu_global_key = { 1301 static struct lu_context_key *lu_keys[LU_CONTEXT_KEY_NR] = { NULL, }; 1316 int lu_context_key_register(struct lu_context_key *key) in lu_context_key_register() 1346 struct lu_context_key *key; in key_fini() 1370 void lu_context_key_degister(struct lu_context_key *key) in lu_context_key_degister() 1396 int lu_context_key_register_many(struct lu_context_key *k, ...) in lu_context_key_register_many() 1398 struct lu_context_key *key = k; in lu_context_key_register_many() 1407 key = va_arg(args, struct lu_context_key *); in lu_context_key_register_many() 1415 k = va_arg(args, struct lu_context_key *); in lu_context_key_register_many() 1428 void lu_context_key_degister_many(struct lu_context_key *k, ...) in lu_context_key_degister_many() [all …]
|
D | llog_internal.h | 63 extern struct lu_context_key llog_thread_key;
|
D | cl_object.c | 1015 static struct lu_context_key cl_key; 1026 struct lu_context_key *key) in cl_key_init() 1041 struct lu_context_key *key, void *data) in cl_key_fini() 1053 struct lu_context_key *key, void *data) in cl_key_exit() 1068 static struct lu_context_key cl_key = {
|
D | dt_object.c | 58 struct lu_context_key dt_key = {
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_dev.c | 142 struct lu_context_key *key) in lov_key_init() 155 struct lu_context_key *key, void *data) in lov_key_fini() 162 struct lu_context_key lov_key = { 169 struct lu_context_key *key) in lov_session_key_init() 180 struct lu_context_key *key, void *data) in lov_session_key_fini() 186 struct lu_context_key lov_session_key = {
|
D | lov_cl_internal.h | 568 extern struct lu_context_key lov_key; 569 extern struct lu_context_key lov_session_key;
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 115 void *ccc_key_init(const struct lu_context *ctx, struct lu_context_key *key) in ccc_key_init() 126 struct lu_context_key *key, void *data) in ccc_key_fini() 134 struct lu_context_key *key) in ccc_session_key_init() 145 struct lu_context_key *key, void *data) in ccc_session_key_fini() 152 struct lu_context_key ccc_key = { 158 struct lu_context_key ccc_session_key = {
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 145 static struct lu_context_key echo_thread_key; 627 struct lu_context_key *key) in echo_thread_key_init() 638 struct lu_context_key *key, void *data) in echo_thread_key_fini() 646 struct lu_context_key *key, void *data) in echo_thread_key_exit() 650 static struct lu_context_key echo_thread_key = { 658 struct lu_context_key *key) in echo_session_key_init() 669 struct lu_context_key *key, void *data) in echo_session_key_fini() 677 struct lu_context_key *key, void *data) in echo_session_key_exit() 681 static struct lu_context_key echo_session_key = {
|