Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c753 rc = llog_open(env, ctxt, res, logid, name, LLOG_OPEN_NEW); in llog_open_create()
797 rc = llog_open(env, ctxt, &handle, logid, name, LLOG_OPEN_EXISTS); in llog_erase()
853 int llog_open(const struct lu_env *env, struct llog_ctxt *ctxt, in llog_open() function
886 EXPORT_SYMBOL(llog_open);
913 rc = llog_open(env, ctxt, &llh, NULL, name, LLOG_OPEN_EXISTS); in llog_is_empty()
954 rc = llog_open(env, ctxt, &llh, NULL, name, LLOG_OPEN_EXISTS); in llog_backup()
Dllog_cat.c183 rc = llog_open(env, cathandle->lgh_ctxt, &loghandle, logid, NULL, in llog_cat_id2handle()
383 rc = llog_open(env, cathandle->lgh_ctxt, &loghandle, in llog_cat_declare_add_rec()
396 rc = llog_open(env, cathandle->lgh_ctxt, &loghandle, in llog_cat_declare_add_rec()
Dobd_config.c1586 rc = llog_open(env, ctxt, &llh, NULL, name, LLOG_OPEN_EXISTS); in class_config_parse_llog()
1698 rc = llog_open(env, ctxt, &llh, NULL, name, LLOG_OPEN_EXISTS); in class_config_dump_llog()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h132 int llog_open(const struct lu_env *env, struct llog_ctxt *ctxt,
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1619 rc = llog_open(NULL, ctxt, &llh, NULL, CHANGELOG_CATALOG, in mdc_changelog_send_thread()