Searched refs:lu_context_key (Results 1 – 13 of 13) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 1068 struct lu_context_key { struct 1078 struct lu_context_key *key); argument 1085 struct lu_context_key *key, void *data); argument 1092 struct lu_context_key *key, void *data); argument 1115 struct lu_context_key *key) \ argument 1131 struct lu_context_key *key, void *data) \ 1144 struct lu_context_key mod##_thread_key = { \ 1155 int lu_context_key_register(struct lu_context_key *key); 1156 void lu_context_key_degister(struct lu_context_key *key); 1158 const struct lu_context_key *key); [all …]
|
D | lclient.h | 116 extern struct lu_context_key ccc_key; 117 extern struct lu_context_key ccc_session_key; 250 struct lu_context_key *key); 252 struct lu_context_key *key, void *data); 254 struct lu_context_key *key); 256 struct lu_context_key *key, void *data);
|
/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 | 409 extern struct lu_context_key osc_key; 410 extern struct lu_context_key osc_session_key;
|
/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 432 static struct lu_context_key lu_global_key = { 1272 static struct lu_context_key *lu_keys[LU_CONTEXT_KEY_NR] = { NULL, }; 1287 int lu_context_key_register(struct lu_context_key *key) in lu_context_key_register() 1317 struct lu_context_key *key; in key_fini() 1341 void lu_context_key_degister(struct lu_context_key *key) in lu_context_key_degister() 1367 int lu_context_key_register_many(struct lu_context_key *k, ...) in lu_context_key_register_many() 1369 struct lu_context_key *key = k; in lu_context_key_register_many() 1378 key = va_arg(args, struct lu_context_key *); in lu_context_key_register_many() 1386 k = va_arg(args, struct lu_context_key *); in lu_context_key_register_many() 1399 void lu_context_key_degister_many(struct lu_context_key *k, ...) in lu_context_key_degister_many() [all …]
|
D | cl_object.c | 973 static struct lu_context_key cl_key; 984 struct lu_context_key *key) in cl_key_init() 999 struct lu_context_key *key, void *data) in cl_key_fini() 1011 struct lu_context_key *key, void *data) in cl_key_exit() 1026 static struct lu_context_key cl_key = {
|
D | llog_internal.h | 62 extern struct lu_context_key llog_thread_key;
|
/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 78 struct lu_context_key *key) in vvp_key_init() 89 struct lu_context_key *key, void *data) in vvp_key_fini() 97 struct lu_context_key *key) in vvp_session_key_init() 108 struct lu_context_key *key, void *data) in vvp_session_key_fini() 115 struct lu_context_key vvp_key = { 121 struct lu_context_key vvp_session_key = {
|
D | llite_internal.h | 912 extern struct lu_context_key vvp_key; in vvp_env_info() 936 extern struct lu_context_key vvp_session_key; in vvp_env_session()
|
/drivers/staging/lustre/lustre/lov/ |
D | lov_dev.c | 141 struct lu_context_key *key) in lov_key_init() 154 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() 187 struct lu_context_key lov_session_key = {
|
D | lov_cl_internal.h | 567 extern struct lu_context_key lov_key; 568 extern struct lu_context_key lov_session_key;
|
/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 = {
|
/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 144 static struct lu_context_key echo_thread_key; 629 struct lu_context_key *key) in echo_thread_key_init() 640 struct lu_context_key *key, void *data) in echo_thread_key_fini() 648 struct lu_context_key *key, void *data) in echo_thread_key_exit() 652 static struct lu_context_key echo_thread_key = { 660 struct lu_context_key *key) in echo_session_key_init() 671 struct lu_context_key *key, void *data) in echo_session_key_fini() 679 struct lu_context_key *key, void *data) in echo_session_key_exit() 683 static struct lu_context_key echo_session_key = {
|