Home
last modified time | relevance | path

Searched refs:cld_params (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c146 if (cld->cld_params) in config_log_put()
147 config_log_put(cld->cld_params); in config_log_put()
337 cld->cld_params = params_cld; in config_log_add()
374 struct config_llog_data *cld_params = NULL; in config_log_end() local
413 cld_params = cld->cld_params; in config_log_end()
414 cld->cld_params = NULL; in config_log_end()
420 if (cld_params) { in config_log_end()
421 mutex_lock(&cld_params->cld_lock); in config_log_end()
422 cld_params->cld_stopping = 1; in config_log_end()
423 mutex_unlock(&cld_params->cld_lock); in config_log_end()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h157 struct config_llog_data *cld_params; /* common parameters log */ member