Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c72 int __llog_ctxt_put(const struct lu_env *env, struct llog_ctxt *ctxt) in __llog_ctxt_put() function
106 EXPORT_SYMBOL(__llog_ctxt_put);
133 rc = __llog_ctxt_put(env, ctxt); in llog_cleanup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h203 int __llog_ctxt_put(const struct lu_env *env, struct llog_ctxt *ctxt);
377 __llog_ctxt_put(NULL, ctxt); in llog_ctxt_put()
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1525 __llog_ctxt_put(env, ctxt); in mgc_process_cfg_log()