Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c144 if (cld->cld_sptlrpc) in config_log_put()
145 config_log_put(cld->cld_sptlrpc); in config_log_put()
336 cld->cld_sptlrpc = sptlrpc_cld; in config_log_add()
373 struct config_llog_data *cld_sptlrpc = NULL; in config_log_end() local
411 cld_sptlrpc = cld->cld_sptlrpc; in config_log_end()
412 cld->cld_sptlrpc = NULL; in config_log_end()
417 if (cld_sptlrpc) in config_log_end()
418 config_log_put(cld_sptlrpc); in config_log_end()
/drivers/staging/lustre/lustre/include/
Dobd_class.h156 struct config_llog_data *cld_sptlrpc;/* depended sptlrpc log */ member