Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog.c141 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle, in llog_init_handle() function
208 EXPORT_SYMBOL(llog_init_handle);
Dllog_cat.c106 rc = llog_init_handle(env, loghandle, LLOG_F_IS_PLAIN, NULL); in llog_cat_id2handle()
Dobd_config.c1265 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in class_config_parse_llog()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_log.h86 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle,
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1531 rc = llog_init_handle(NULL, llh, LLOG_F_IS_CAT, NULL); in mdc_changelog_send_thread()