Searched refs:llog_open (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 753 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()
|
D | llog_cat.c | 183 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()
|
D | obd_config.c | 1586 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/ |
D | lustre_log.h | 132 int llog_open(const struct lu_env *env, struct llog_ctxt *ctxt,
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1619 rc = llog_open(NULL, ctxt, &llh, NULL, CHANGELOG_CATALOG, in mdc_changelog_send_thread()
|