Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c290 struct config_llog_data *sptlrpc_cld; in config_log_add() local
311 sptlrpc_cld = config_log_find(seclogname, NULL); in config_log_add()
312 if (sptlrpc_cld == NULL) { in config_log_add()
313 sptlrpc_cld = do_config_log_add(obd, seclogname, in config_log_add()
315 if (IS_ERR(sptlrpc_cld)) { in config_log_add()
317 rc = PTR_ERR(sptlrpc_cld); in config_log_add()
336 cld->cld_sptlrpc = sptlrpc_cld; in config_log_add()
360 config_log_put(sptlrpc_cld); in config_log_add()