Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c202 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle, in llog_init_handle() function
269 EXPORT_SYMBOL(llog_init_handle);
801 rc = llog_init_handle(env, handle, LLOG_F_IS_PLAIN, NULL); in llog_erase()
920 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in llog_is_empty()
965 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in llog_backup()
991 rc = llog_init_handle(env, bllh, LLOG_F_IS_PLAIN, NULL); in llog_backup()
Dllog_cat.c95 rc = llog_init_handle(env, loghandle, in llog_cat_new_log()
192 rc = llog_init_handle(env, loghandle, LLOG_F_IS_PLAIN, NULL); in llog_cat_id2handle()
805 rc = llog_init_handle(env, llh, LLOG_F_IS_CAT, NULL); in llog_cat_init_and_process()
Dobd_config.c1590 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in class_config_parse_llog()
1702 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in class_config_dump_llog()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h118 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle,
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1626 rc = llog_init_handle(NULL, llh, LLOG_F_IS_CAT, NULL); in mdc_changelog_send_thread()