Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c304 struct config_llog_data *sptlrpc_cld; in config_log_add() local
325 sptlrpc_cld = config_log_find(seclogname, NULL); in config_log_add()
326 if (sptlrpc_cld == NULL) { in config_log_add()
327 sptlrpc_cld = do_config_log_add(obd, seclogname, in config_log_add()
329 if (IS_ERR(sptlrpc_cld)) { in config_log_add()
331 rc = PTR_ERR(sptlrpc_cld); in config_log_add()
350 cld->cld_sptlrpc = sptlrpc_cld; in config_log_add()
374 config_log_put(sptlrpc_cld); in config_log_add()