Home
last modified time | relevance | path

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

/linux-4.1.27/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()
351 cld->cld_params = params_cld; in config_log_add()
388 struct config_llog_data *cld_params = NULL; in config_log_end() local
427 cld_params = cld->cld_params; in config_log_end()
428 cld->cld_params = NULL; in config_log_end()
434 if (cld_params) { in config_log_end()
435 mutex_lock(&cld_params->cld_lock); in config_log_end()
436 cld_params->cld_stopping = 1; in config_log_end()
437 mutex_unlock(&cld_params->cld_lock); in config_log_end()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h191 struct config_llog_data *cld_params; /* common parameters log */ member