Searched refs:llog_open (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 409 int llog_open(const struct lu_env *env, struct llog_ctxt *ctxt, in llog_open() function 442 EXPORT_SYMBOL(llog_open);
|
D | llog_cat.c | 97 rc = llog_open(env, cathandle->lgh_ctxt, &loghandle, logid, NULL, in llog_cat_id2handle()
|
D | obd_config.c | 1261 rc = llog_open(env, ctxt, &llh, NULL, name, LLOG_OPEN_EXISTS); in class_config_parse_llog()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 93 int llog_open(const struct lu_env *env, struct llog_ctxt *ctxt,
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1524 rc = llog_open(NULL, ctxt, &llh, NULL, CHANGELOG_CATALOG, in mdc_changelog_send_thread()
|